Skip to content

Commit

Permalink
Fix backend docker entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 5, 2023
1 parent 9af2d36 commit 6314bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ ENV INTERNAL_PORT="8080"
ENV PORT="8080"
ENV NODE_ENV="production"

CMD ["bun", "apps/backend/src/index.ts"]
CMD ["bun", "apps/backend/src/app.ts"]

EXPOSE 8080

0 comments on commit 6314bfc

Please sign in to comment.