Skip to content

Commit bdf81e5

Browse files
authored
Merge pull request #36 from stenwire/dev
Dev
2 parents 8c4d760 + 274d844 commit bdf81e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
4747
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')" || exit 1
4848

4949
# Run the application with production settings
50-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4", "--proxy-headers", "--forwarded-allow-ips", "*"]
50+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "1", "--proxy-headers", "--forwarded-allow-ips", "*"]

0 commit comments

Comments
 (0)