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 6418dc9 commit 7e1ec38Copy full SHA for 7e1ec38
Dockerfile
@@ -120,6 +120,6 @@ ENV APP_HOME /app
120
WORKDIR $APP_HOME
121
COPY . $APP_HOME
122
123
-RUN pip install Flask gunicorn .
+RUN pip install Flask flask-cors gunicorn .
124
125
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 --chdir $APP_HOME/pytago pytago.web:app
0 commit comments