Skip to content

Commit 55200b4

Browse files
andscoopbolkedebruin
authored andcommitted
[AIRFLOW-2856] Pass in SLUGIFY_USES_TEXT_UNIDECODE=yes ENV to docker run (#3701)
(cherry picked from commit 8687ab9) Signed-off-by: Bolke de Bruin <bolke@xs4all.nl> (cherry picked from commit 3670d49) Signed-off-by: Bolke de Bruin <bolke@xs4all.nl>
1 parent 95dc7f0 commit 55200b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ Go to your Airflow directory and start a new docker container. You can choose be
8585

8686
```
8787
# Start docker in your Airflow directory
88-
docker run -t -i -v `pwd`:/airflow/ python:2 bash
89-
90-
# Go to the Airflow directory
91-
cd /airflow/
88+
docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e SLUGIFY_USES_TEXT_UNIDECODE=yes python:2 bash
9289
9390
# Install Airflow with all the required dependencies,
9491
# including the devel which will provide the development tools

0 commit comments

Comments
 (0)