Skip to content

Commit

Permalink
Fix build path also in dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Feb 9, 2024
1 parent 52272ef commit 2b483a9
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 @@ -14,4 +14,4 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

EXPOSE 4000
CMD ["node", "build/index.js"]
CMD ["node", ".build/index.js"]

0 comments on commit 2b483a9

Please sign in to comment.