Skip to content

Commit b8df662

Browse files
committed
Updated dockerfile
1 parent 70d2d28 commit b8df662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM python:3.7-alpine
22
COPY . /app
33
WORKDIR /app
44
RUN pip install -r requirements.txt
5-
CMD ["gunicorn", "--bind 0.0.0.0:5000 ", "wsgi"]
5+
CMD gunicorn --bind 0.0.0.0:5000 wsgi

0 commit comments

Comments
 (0)