Skip to content

Commit

Permalink
Merge pull request #100 from camptocamp/fix-copy-config
Browse files Browse the repository at this point in the history
Fix: Ensure config is copied correctly in docker container
  • Loading branch information
tkohr authored Jul 30, 2024
2 parents 37c9b89 + 8f78a05 commit 1ab9d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
FROM nginx:1.24-alpine

ARG APP_NAME="catalogue"
ENV APP_NAME=${APP_NAME}

COPY dist/apps/${APP_NAME}/browser /usr/share/nginx/html/${APP_NAME}
COPY tools/docker/docker-entrypoint.sh /
Expand Down

0 comments on commit 1ab9d85

Please sign in to comment.