Initial commit

This commit is contained in:
2021-10-26 11:19:34 +02:00
parent 41b4852cbf
commit 50c585bf08
4 changed files with 0 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
FROM python:2.7
ADD api.py /
EXPOSE 8001
RUN apt update
RUN pip install requests flask
CMD [ "python", "api.py"]