Subham9126 commited on
Commit
34ba905
·
verified ·
1 Parent(s): 1cb962d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ ENV AIRFLOW__CORE__EXECUTOR=LocalExecutor
17
 
18
  # 4. Force the port again just to be safe
19
  ENV AIRFLOW__WEBSERVER__WEB_SERVER_PORT=7860
 
20
 
21
  COPY requirements.txt .
22
  RUN pip install --no-cache-dir -r requirements.txt
 
17
 
18
  # 4. Force the port again just to be safe
19
  ENV AIRFLOW__WEBSERVER__WEB_SERVER_PORT=7860
20
+ ENV AIRFLOW__WEBSERVER__BASE_URL=http://0.0.0.0:7860
21
 
22
  COPY requirements.txt .
23
  RUN pip install --no-cache-dir -r requirements.txt