chore: run as nobody/expose correct port

This commit is contained in:
Alessandro Pezzè 2021-05-14 19:49:23 +02:00
parent 54177a5ea9
commit ad0e42e7b7

View file

@ -15,5 +15,6 @@ RUN \
apk --purge del .build-deps
ADD . /code/
USER nobody
CMD gunicorn config.wsgi:application -c gunicorn.py.ini
EXPOSE 8000
EXPOSE 80