Skip to content

Commit

Permalink
Startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 8, 2024
1 parent f64bdf4 commit e4ad13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./src ./src

# Startup script
RUN ( \
echo 'uvicorn src.main:app --host 0.0.0.0 --port ${PORT} --workers 1 --server-header --date-header --limit-concurrency 1000 --log-config ./logger.conf'; \
echo 'uvicorn src.main:app --host 0.0.0.0 --port 3000 --workers 1 --server-header --date-header --limit-concurrency 1000 --log-config ./logger.conf'; \
) >> ./entrypoint.sh; \
chmod +x ./entrypoint.sh

Expand Down

0 comments on commit e4ad13b

Please sign in to comment.