Update Dockerfile
This commit is contained in:
parent
d40c20089c
commit
0494e64f17
|
@ -1,6 +1,6 @@
|
||||||
FROM python:2.7
|
FROM python:2.7
|
||||||
ADD api.py /
|
ADD api.py /
|
||||||
ENV API_BACKEND_URL=185.119.254.201
|
ENV API_BACKEND_URL=0.0.0.0
|
||||||
ENV API_BACKEND_PORT=8001
|
ENV API_BACKEND_PORT=8001
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
RUN pip install requests flask
|
RUN pip install requests flask
|
||||||
|
|
Loading…
Reference in New Issue
Block a user