From 0494e64f171a9ec8336bed0a6b901d0a75d96b51 Mon Sep 17 00:00:00 2001 From: Ataxya Date: Tue, 26 Oct 2021 09:23:23 +0000 Subject: [PATCH] Update Dockerfile --- api-frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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