Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Mar 29, 2024
1 parent e91925e commit 1936ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3000
USER app

# Start up command
ENTRYPOINT ["node", "dist/main"]
ENTRYPOINT ["node", "dist/src/main"]

0 comments on commit 1936ab9

Please sign in to comment.