jonathanjordan21 commited on
Commit
994b35b
·
verified ·
1 Parent(s): 2ea3473

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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