Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Moorhouse <[email protected]>
  • Loading branch information
joemoorhouse committed Dec 29, 2024
1 parent a27c197 commit 9c4e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ USER physrisk-api
# Enable communication via port 8081
EXPOSE 8081

# Run application
# Run FastAPI application
CMD ["fastapi", "run", "src/physrisk_api/app/main.py", "--port", "8081", "--workers", "1"]

0 comments on commit 9c4e319

Please sign in to comment.