Skip to content

Commit

Permalink
chore: copy more files
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 21, 2024
1 parent 7c7fa21 commit 0499d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY --from=builder /app/static static/
COPY --from=builder /app/db db/
COPY --from=builder /app/node_modules node_modules/
COPY --from=builder /app/package.json package.json
COPY --from=builder /app/drizzle.config.json drizzle.config.json
COPY --from=builder /app/src src/
COPY package.json .
EXPOSE 3000
ENV NODE_ENV=production
Expand Down

0 comments on commit 0499d7c

Please sign in to comment.