Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ ENV AIRFLOW__WEBSERVER__PORT=7860
|
|
| 11 |
COPY requirements.txt .
|
| 12 |
RUN pip install apache-airflow==2.9.2 --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
-
RUN chown -R airflow:airflow $AIRFLOW_HOME
|
| 15 |
|
| 16 |
|
| 17 |
# Expose the port for the webserver
|
|
|
|
| 11 |
COPY requirements.txt .
|
| 12 |
RUN pip install apache-airflow==2.9.2 --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
+
# RUN chown -R airflow:airflow $AIRFLOW_HOME
|
| 15 |
|
| 16 |
|
| 17 |
# Expose the port for the webserver
|