Skip to content

Commit 7e1ec38

Browse files
author
Michael Phelps
committed
Add flask-cors to dockerfile
1 parent 6418dc9 commit 7e1ec38

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
@@ -120,6 +120,6 @@ ENV APP_HOME /app
120120
WORKDIR $APP_HOME
121121
COPY . $APP_HOME
122122

123-
RUN pip install Flask gunicorn .
123+
RUN pip install Flask flask-cors gunicorn .
124124

125125
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 --chdir $APP_HOME/pytago pytago.web:app

0 commit comments

Comments
 (0)