mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
changing from 8000 to 8080 for gunicorn port
This commit is contained in:
parent
401de4480a
commit
67ee044015
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD ["gunicorn" , "-b", "0.0.0.0:8000", "app:app"]
|
CMD ["gunicorn" , "-b", "0.0.0.0:8080", "app:app"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue