add managepy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-12-29 22:16:39 +01:00
parent 3f8f9ff8a0
commit d9924e13e8
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@ EXPOSE 8080
WORKDIR /app
COPY ./manage.py ./
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "4", "--threads", "4", "geogame.wsgi:application"]