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 70c9ea5 commit 520e279Copy full SHA for 520e279
Dockerfile
@@ -79,6 +79,8 @@ RUN npm run build:prod
79
###########################################
80
FROM metabrainz-dev as metabrainz-prod
81
82
+RUN pip install --no-cache-dir uWSGI==2.0.22
83
+
84
COPY ./docker/prod/consul-template-uwsgi.conf /etc/
85
86
COPY ./docker/prod/uwsgi.service /etc/service/uwsgi/run
0 commit comments