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 0265c7f commit d9b6b4aCopy full SHA for d9b6b4a
Dockerfile
@@ -67,4 +67,4 @@ COPY --chown=flask:flask . .
67
RUN npm run build
68
69
# Runtime command that executes when "docker run" is called
70
-CMD gunicorn tenlists.webapp.ten_lists:create_app
+CMD "gunicorn tenlists.webapp.ten_lists:create_app()"
Procfile
@@ -1 +1 @@
1
-web: gunicorn tenlists.webapp.ten_lists:create_app
+web: gunicorn "tenlists.webapp.ten_lists:create_app()"
0 commit comments