You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:31 UTC

[incubator-airflow-ci] 30/34: Set up workdir

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit 87132feacedea3876770e175e3ceeab25ea3164a
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 29 15:27:33 2018 +1000

    Set up workdir
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 311f42e..9dfa673 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -100,4 +100,5 @@ RUN adduser airflow && \
     echo "airflow ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/airflow && \
     chmod 0440 /etc/sudoers.d/airflow
 
+WORKDIR /home/airflow
 USER airflow