Compare commits

...
2 Commits
Author SHA1 Message Date
Krzysztof Płaczek 5789934db9 Merge branch 'initial_fix' of http://pi.techtube.pl:3000/krzysiej/docker_flask into initial_fix
# Conflicts:
#	README.md
2018-03-26 08:52:43 +02:00
Krzysztof Płaczek 2255d759ec Updated README.md. 2018-03-26 08:50:58 +02:00
+2 -3
View File
@@ -4,9 +4,8 @@
## Run ## Run
set FLASK_APP=index.py set FLASK_APP=index.py
set FLASK_DEBUG=1 set FLASK_DEBUG=1
set
flask run -p 5001 flask run -p 5001
or or
python index.py python index.py