diff --git a/Dockerfile b/Dockerfile index 5e802a7..8f61066 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # yup, python 3.11! FROM python:3.11-slim +USER 0 # install nginx RUN apt-get update && apt-get install nginx -y # copy our nginx configuration to overwrite nginx defaults