Skip to content

Commit

Permalink
Fix build path.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Feb 9, 2024
1 parent 000e008 commit 52272ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm run build
# Production Stage
FROM node:20.10-alpine
WORKDIR /app
COPY --from=builder /app/build ./build
COPY --from=builder /app/.build ./build
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

Expand Down

0 comments on commit 52272ef

Please sign in to comment.