Skip to content

Commit 134fb3f

Browse files
committed
Add exec to command
1 parent 51751f3 commit 134fb3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ COPY --chown=$USER:$USER src/ $HOME/
2929
##################### INSTALLATION END #####################
3030

3131
# Set default container command
32-
CMD gunicorn main:app --max-requests 3000 --max-requests-jitter 150 --workers $WORKERS --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:$PORT
32+
CMD exec gunicorn main:app --max-requests 3000 --max-requests-jitter 150 --workers $WORKERS --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:$PORT

0 commit comments

Comments
 (0)