This commit is contained in:
parent
3f8f9ff8a0
commit
d9924e13e8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user