We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54177a5 commit ad0e42eCopy full SHA for ad0e42e
Resources/docker/app/Dockerfile
@@ -15,5 +15,6 @@ RUN \
15
apk --purge del .build-deps
16
ADD . /code/
17
18
+USER nobody
19
CMD gunicorn config.wsgi:application -c gunicorn.py.ini
-EXPOSE 8000
20
+EXPOSE 80
0 commit comments