diff --git a/Dockerfile b/Dockerfile index 8328a0e..abfab72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,3 +2,4 @@ FROM nginx:1.25 RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d +USER 0 \ No newline at end of file