Skip to content

Commit 681d293

Browse files
committed
Update Dockerfile
1 parent fb76c34 commit 681d293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3
22

33
WORKDIR /usr/src/app
44

5-
RUN pip install --no-cache-dir flask google-api-python-client google-auth-oauthlib
5+
RUN pip install --no-cache-dir flask google-api-python-client google-auth-oauthlib waitress
66

77
RUN apt update
88
RUN apt-get -qq install vim clang-6.0
@@ -12,4 +12,4 @@ COPY static static/
1212
COPY templates templates/
1313
COPY data data/
1414

15-
ENTRYPOINT [ "python", "./main.py" ]
15+
CMD [ "python", "-u", "main.py" ]

0 commit comments

Comments
 (0)