We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0bd3 commit 2c9e704Copy full SHA for 2c9e704
vote/Dockerfile
@@ -15,4 +15,4 @@ ADD . /app
15
EXPOSE 80
16
17
# Define our command to be run when launching the container
18
-CMD gunicorn app:app -b 0.0.0.0:80 --log-file - --access-logfile - --workers 4 --keep-alive 0
+CMD ["gunicorn", "app:app", "-b", "0.0.0.0:80", "--log-file", "-", "--access-logfile", "-", "--workers", "4", "--keep-alive", "0"]
0 commit comments