From 68a97971558a51b5f353e564faf62d031dbcf27f Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 15 Jan 2025 18:23:40 +0100 Subject: [PATCH] Poongo user 0 en dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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