Skip to content

Commit

Permalink
add airflow user permission on directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor authored and nitaibezerra committed Apr 19, 2023
1 parent 1e3aa4b commit 55c53c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN apt-get remove -y git && \
apt-get clean && \
rm -rf /tmp/repo-FastETL

RUN chown -R airflow /opt/airflow

USER airflow

# Install additional Airflow dependencies
Expand Down

0 comments on commit 55c53c8

Please sign in to comment.