Skip to content

Commit

Permalink
chore: last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 21, 2024
1 parent 0499d7c commit 071a458
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 @@ -14,7 +14,7 @@ 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/drizzle.config.ts drizzle.config.ts
COPY --from=builder /app/src src/
COPY package.json .
EXPOSE 3000
Expand Down

0 comments on commit 071a458

Please sign in to comment.