Merge pull request #2283 from sangongs/honcho_io_encoding

Force the python IO encoding to be utf_8 when using honcho
This commit is contained in:
Ryan Petrello 2018-06-22 10:22:55 -04:00 committed by GitHub
commit accf586588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,6 @@ cd /awx_devel
if [ -f "/awx_devel/tools/docker-compose/use_dev_supervisor.txt" ]; then
make supervisor
else
export PYTHONIOENCODING=utf_8
honcho start -f "tools/docker-compose/Procfile"
fi