This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
2020-2021-Master-1-III-TP-Final-devops
/
Mathieu-Degand-Backend-github
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
💚
try another cmd for dockerfile
main
Galimede
6 years ago
parent
77d5679432
commit
1b9e1c4fb6
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
Dockerfile
2
Dockerfile
View File
@ -11,4 +11,4 @@ EXPOSE 8000
RUN
flask db upgrade
RUN
flask db upgrade
CMD
[
"
python
"
,
"
autoapp.py
"
]
CMD
python
autoapp.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
2020-2021-Master-1-III-TP-Final-devops/Mathieu-Degand-Backend-github
Title
Body
Create Issue