From e41ef153adc59842a118c3f6273df5611b6ae002 Mon Sep 17 00:00:00 2001 From: Helena Nascimento Date: Mon, 23 Jun 2025 09:03:59 -0300 Subject: [PATCH] 'novo' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f709ee64..2ffa4ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ # Start your image with a node base image FROM node:18-alpine +#Create a non-root user to run the app +RUN mkdir -p /app # The /app directory should act as the main application directory WORKDIR /app