mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
chore: run as nobody/expose correct port
This commit is contained in:
parent
54177a5ea9
commit
ad0e42e7b7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue