Skip to content

Commit 520e279

Browse files
committed
Install uWSGI in production image
1 parent 70c9ea5 commit 520e279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ RUN npm run build:prod
7979
###########################################
8080
FROM metabrainz-dev as metabrainz-prod
8181

82+
RUN pip install --no-cache-dir uWSGI==2.0.22
83+
8284
COPY ./docker/prod/consul-template-uwsgi.conf /etc/
8385

8486
COPY ./docker/prod/uwsgi.service /etc/service/uwsgi/run

0 commit comments

Comments
 (0)