Skip to content

Commit

Permalink
Copy .env.docker
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 8, 2024
1 parent ab24a31 commit 5c299fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 5c299fd

Please sign in to comment.