Skip to content

Commit

Permalink
Update backend CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed Feb 17, 2024
1 parent 7f18b7a commit b3cedcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/monolith/docker/Dockerfile_django
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ../requirements.txt .
RUN pip install --upgrade pip && pip install -r requirements.txt
COPY . /app/
EXPOSE 8080
CMD gunicorn -b 0.0.0.0:8080 --worker-class=gevent --worker-connections=1000 --workers=5 backend.wsgi
CMD gunicorn -b 0.0.0.0:8000 --worker-class=gevent --worker-connections=1000 --workers=5 backend.wsgi

0 comments on commit b3cedcd

Please sign in to comment.