Skip to content

Commit

Permalink
Merge pull request #110 from panoratech/docker-api-fix
Browse files Browse the repository at this point in the history
🚑 Fix on API Backend Docker
  • Loading branch information
rflihxyz authored Dec 3, 2023
2 parents 77b17f8 + 1f4d697 commit 9b2643d
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 9b2643d

Please sign in to comment.