mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
fix flask app deploy
This commit is contained in:
parent
ececcef606
commit
28bc35837e
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
||||
CMD ["flask", "--app=routes", "run"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue