First Commit with Docker

This commit is contained in:
Jérôme Delacotte
2025-05-07 12:58:44 +02:00
parent e7120583a1
commit 4e6482c608
9 changed files with 175 additions and 0 deletions

14
README.txt Normal file
View 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