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 70d2d28 commit b8df662Copy full SHA for b8df662
Dockerfile
@@ -2,4 +2,4 @@ FROM python:3.7-alpine
2
COPY . /app
3
WORKDIR /app
4
RUN pip install -r requirements.txt
5
-CMD ["gunicorn", "--bind 0.0.0.0:5000 ", "wsgi"]
+CMD gunicorn --bind 0.0.0.0:5000 wsgi
0 commit comments