Skip to content

Commit

Permalink
Merge pull request #5 from metacpan/oalders/copy-env
Browse files Browse the repository at this point in the history
Copy all env files to container prior to build
  • Loading branch information
ranguard authored Aug 13, 2024
2 parents ebce2e4 + 408371f commit 6dfd198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt upgrade -y && \

COPY src /var/lib/build-coresmokedb-web/src/
COPY public /var/lib/build-coresmokedb-web/public/
COPY .env.docker /var/lib/build-coresmokedb-web/
COPY .env.* /var/lib/build-coresmokedb-web/
COPY package* /var/lib/build-coresmokedb-web/
COPY index.html /var/lib/build-coresmokedb-web/
COPY vite.config.js /var/lib/build-coresmokedb-web/
Expand Down

0 comments on commit 6dfd198

Please sign in to comment.