Skip to content

Commit ffb8e5c

Browse files
committed
fix: undo copy libs to opt
1 parent dc388f7 commit ffb8e5c

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)