Skip to content

Commit

Permalink
Merge pull request #1442 from KentShikama/fix-typo-with-uwsgi-config
Browse files Browse the repository at this point in the history
Fix typo in uwsgi config
  • Loading branch information
KentShikama authored Sep 23, 2020
2 parents e7ec871 + 486a890 commit e34ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/docker/expungeservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN mkdir -p /src/backend/flask_session && chown nobody /src/backend/flask_sessi

COPY frontend /src/frontend

CMD ["pipenv", "run", "uwsgi", "-b 8192", "--http-timeout", "300", "--harakiri", "300", "--enable-threads", "master", "--processes", "2", "--http", "0.0.0.0:5000", "--module", "expungeservice.wsgi", "--die-on-term", "--uid", "nobody"]
CMD ["pipenv", "run", "uwsgi", "-b 8192", "--http-timeout", "300", "--harakiri", "300", "--enable-threads", "--master", "--processes", "2", "--http", "0.0.0.0:5000", "--module", "expungeservice.wsgi", "--die-on-term", "--uid", "nobody"]

0 comments on commit e34ff83

Please sign in to comment.