mirror of
https://github.com/evroon/bracket.git
synced 2026-05-19 05:59:34 -04:00
Expose port 8400 in backend Dockerfile (#671)
This commit is contained in:
@@ -16,6 +16,8 @@ RUN set -ex \
|
||||
&& pip3 install --upgrade pip pipenv wheel virtualenv \
|
||||
&& pipenv install --deploy
|
||||
|
||||
EXPOSE 8400
|
||||
|
||||
CMD pipenv run gunicorn \
|
||||
-k uvicorn.workers.UvicornWorker \
|
||||
bracket.app:app \
|
||||
|
||||
Reference in New Issue
Block a user