Browse Source

💚 try another cmd for dockerfile

main
Galimede 6 years ago
parent
commit
1b9e1c4fb6
  1. 2
      Dockerfile

2
Dockerfile

@ -11,4 +11,4 @@ EXPOSE 8000
RUN flask db upgrade
CMD["python", "autoapp.py"]
CMD python autoapp.py
Loading…
Cancel
Save