We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398bd9a commit bcbb9a4Copy full SHA for bcbb9a4
README.md
@@ -41,5 +41,6 @@ $ docker inspect -f '{{ .Config.Hostname }}' my-container
41
4. docker build --build-arg APP_PORT=7070 -t pyflask:1 .
42
5. docker run -d -p 8080:8080 pyflask:1
43
6. docker rm -f $(docker ps -aq) ; docker rmi -f $(docker images -q) --> !! Careful !! To delete all images & Containers
44
+7. git add . ; git commit -m "updated" ; git push origin feature/test
45
46
0 commit comments