From fab2e7e22f8f7ae23bb091017388222a2ea5cca1 Mon Sep 17 00:00:00 2001 From: Andy Cooper Date: Sun, 5 Aug 2018 16:40:32 -0400 Subject: [PATCH] [AIRFLOW-2856] Pass in SLUGIFY_USES_TEXT_UNIDECODE=yes ENV to docker run --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cf8e0218e078..5d3c83aa14e68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,10 +86,7 @@ Go to your Airflow directory and start a new docker container. You can choose be ``` # Start docker in your Airflow directory -docker run -t -i -v `pwd`:/airflow/ python:2 bash - -# Go to the Airflow directory -cd /airflow/ +docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e SLUGIFY_USES_TEXT_UNIDECODE=yes python:2 bash # Install Airflow with all the required dependencies, # including the devel which will provide the development tools