diff --git a/Dockerfile b/Dockerfile index 54684bb..fd557aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM node:22-slim RUN apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y -q graphicsmagick tzdata python3 ca-certificates build-essential && \ - useradd -r -U -M -c "captica Service User" -m captica + useradd -r -U -M -c "captica Service User" captica # # Set a custom user to not have n8n run as root USER captica