Skip to content

Commit f576e8d

Browse files
committed
fix: undo copy libs to opt
1 parent 74268e2 commit f576e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
# back to normal user
1717
USER airflow
1818

19-
COPY libraries /opt/airflow
19+
COPY libraries /home/airflow
2020
# requirements.txt shall be made availble from the **ted-sws** GitHub repository
2121
COPY requirements.txt /opt/airflow
2222

0 commit comments

Comments
 (0)