We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d4cce commit fb31c6dCopy full SHA for fb31c6d
Containerfile
@@ -11,4 +11,4 @@ RUN python -m whitenoise.compress static
11
RUN useradd -U -d /src deploy
12
USER deploy
13
EXPOSE 8000
14
-CMD ["venv/bin/python", "-m", "granian", "--interface", "wsgi", "wsgi:application", "--workers", "2", "--host", "0.0.0.0", "--port", "8000", "--respawn-failed-workers"]
+CMD ["granian", "--interface", "wsgi", "wsgi:application", "--workers", "2", "--host", "0.0.0.0", "--port", "8000", "--respawn-failed-workers"]
0 commit comments