Skip to content

Commit

Permalink
Use .env file during build
Browse files Browse the repository at this point in the history
(cherry picked from commit cd834b2)
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent 651fc5d commit 7212787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ FROM base AS runtime
COPY --from=prod-deps /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist

COPY .env.docker .env

EXPOSE 3000
VOLUME /config
VOLUME /log
Expand Down

0 comments on commit 7212787

Please sign in to comment.