Skip to content

Commit

Permalink
fix: api dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jun 11, 2024
1 parent 72a6c7a commit 12d8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM node:20-alpine

WORKDIR /app

COPY --from=builder /app/packages/shared /app/packages/shared
COPY --from=builder /app/packages/database /app/packages/database
COPY --from=builder /app/package.json /app/package.json
COPY --from=builder /app/package-lock.json /app/package-lock.json

Expand Down

0 comments on commit 12d8d9a

Please sign in to comment.