Initial commit
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user