First Commit with Docker
This commit is contained in:
14
README.txt
Normal file
14
README.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Construction
|
||||
|
||||
docker build -t flask-web-app .
|
||||
|
||||
# Lancement
|
||||
|
||||
docker run -it -p 5000:5000 -v $(pwd)/src/:/src flask-web-app bash
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user