Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|