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 +0,0 @@

View File

@@ -1,7 +0,0 @@
FROM python:2.7
ADD api.py /
ENV API_BACKEND_URL=127.0.0.1
ENV API_BACKEND_PORT=8001
EXPOSE 8000
RUN pip install requests flask
CMD [ "python", "api.py"]