We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74268e2 commit f576e8dCopy full SHA for f576e8d
1 file changed
infra/airflow/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
16
# back to normal user
17
USER airflow
18
19
-COPY libraries /opt/airflow
+COPY libraries /home/airflow
20
# requirements.txt shall be made availble from the **ted-sws** GitHub repository
21
COPY requirements.txt /opt/airflow
22
0 commit comments