Skip to content

Commit

Permalink
Merge pull request #58 from ninoseki/fix-docker-file
Browse files Browse the repository at this point in the history
fix: change to respect local env variables
  • Loading branch information
ninoseki committed Sep 4, 2020
2 parents 49a9818 + 4673f2d commit 40f1af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circus.ini
Expand Up @@ -6,6 +6,7 @@ working_dir = /backend
cmd = /usr/local/bin/uvicorn app:app --fd $(circus.sockets.web)
use_sockets = True
stderr_stream.class=StdoutStream
copy_env=True

[socket:web]
host = 0.0.0.0
Expand Down

0 comments on commit 40f1af4

Please sign in to comment.