diff --git a/Dockerfile b/Dockerfile index 78ffa20..5bb625f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Use an official Node.js runtime as a parent image FROM node:22 +# Don't run as root +USER node + # Set the working directory in the container WORKDIR /usr/src/app