mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-20 22:23:30 +01:00
Variante mit POST-REQUESTS ergänzt und Dockerfiles auf POST umgestellt
This commit is contained in:
@@ -12,4 +12,8 @@ RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
||||
|
||||
EXPOSE 8002
|
||||
|
||||
CMD ["python", "Flask-QR.py"]
|
||||
# with GET-REQUESTS
|
||||
#CMD ["python", "GET-Flask-QR.py"]
|
||||
|
||||
# the same with POST-REQUESTS
|
||||
CMD ["python", "Post-Flask-QR.py"]
|
||||
Reference in New Issue
Block a user