Variante mit POST-REQUESTS ergänzt und Dockerfiles auf POST umgestellt

This commit is contained in:
2023-11-13 17:58:42 +01:00
parent 4107a930b6
commit 419833a9c4
28 changed files with 639 additions and 30 deletions

View File

@@ -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"]