Added licence

This commit is contained in:
2023-12-06 16:38:40 +01:00
parent ab66eeb6e8
commit ddaa1a6729
2 changed files with 75 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t my-flask-app .
docker run -p 8080:8080 my-flask-app