Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Sep 19, 2024
1 parent 3c2ccb4 commit 6aab812
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,3 @@ EXPOSE 80

# TODO: at some point it probably makes sense, not to use /tira/application/src as a working directory anymore
CMD ["uwsgi", "--strict", "--master", "--enable-threads", "--module", "django_admin.wsgi:application", "--chdir", "/tira/application/src", "--processes", "50", "--http-socket", ":80", "--vacuum", "--max-requests", "5000"]



uwsgi --strict --master --enable-threads --module django_admin.wsgi:application --chdir /tira/application/src --processes 50 --http-socket :80 --vacuum --max-requests 5000

0 comments on commit 6aab812

Please sign in to comment.