Skip to content

Commit

Permalink
Configuration API env
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Sep 3, 2024
1 parent acd1b14 commit e47559e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ ENV ASSETS_DIRECTORY_OVERRIDE ""
ENV CUSTOM_SCRIPTS_DIRECTORY ""

COPY dist/apps/${APP_NAME} /opt/catalogue/
CMD chmod u+w /opt/catalogue/assets/configuration/default.toml
RUN chown www-data:www-data /opt/catalogue/assets/configuration/default.toml

USER www-data

EXPOSE 8080

Expand Down

0 comments on commit e47559e

Please sign in to comment.