feat(cleanup): cleaning up the project with somme standards
This commit is contained in:
9
images/airflow/Dockerfile
Normal file
9
images/airflow/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM apache/airflow:2.5.3-python3.10
|
||||
|
||||
USER root
|
||||
|
||||
COPY --chown=airflow:root ./dags/ ${AIRFLOW_HOME}/dags/
|
||||
COPY --chown=airflow:root ./scripts/ ${AIRFLOW_HOME}/scripts/
|
||||
RUN chmod +x ./scripts/*
|
||||
|
||||
USER airflow
|
Reference in New Issue
Block a user