diff --git a/api-frontend/Dockerfile b/api-frontend/Dockerfile index ae78865..139c4c1 100644 --- a/api-frontend/Dockerfile +++ b/api-frontend/Dockerfile @@ -1,6 +1,6 @@ FROM python:2.7 ADD api.py / -ENV API_BACKEND_URL=185.119.254.201 +ENV API_BACKEND_URL=0.0.0.0 ENV API_BACKEND_PORT=8001 EXPOSE 8000 RUN pip install requests flask