Skip to content

Commit d9b6b4a

Browse files
committed
chore: work on gunicorn syntax
see <https://stackoverflow.com/a/25319752>
1 parent 0265c7f commit d9b6b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ COPY --chown=flask:flask . .
6767
RUN npm run build
6868

6969
# Runtime command that executes when "docker run" is called
70-
CMD gunicorn tenlists.webapp.ten_lists:create_app
70+
CMD "gunicorn tenlists.webapp.ten_lists:create_app()"

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn tenlists.webapp.ten_lists:create_app
1+
web: gunicorn "tenlists.webapp.ten_lists:create_app()"

0 commit comments

Comments
 (0)