MeCard ergänzt

This commit is contained in:
2023-11-08 14:10:17 +01:00
parent e1e0944ed4
commit 98f6eb8961
10 changed files with 147 additions and 16 deletions

View File

@@ -10,6 +10,6 @@ COPY ./app /app/
#RUN pip install --upgrade pip
RUN pip install --trusted-host pypi.python.org -r requirements.txt
EXPOSE 80
EXPOSE 8002
CMD ["python", "Flask-QR.py"]