We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc388f7 commit ffb8e5cCopy full SHA for ffb8e5c
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