Skip to content

Commit

Permalink
🚑 Fix on API Backend Docker
Browse files Browse the repository at this point in the history
Fix on API Backend Docker
  • Loading branch information
rflihxyz committed Dec 3, 2023
1 parent 77b17f8 commit 1f4d697
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 43 deletions.
2 changes: 1 addition & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN pnpm run build
EXPOSE 3000

# Start the server using the production build
CMD [ "node", "dist/main.js" ]
CMD [ "node", "dist/src/main.js" ]
Loading

0 comments on commit 1f4d697

Please sign in to comment.