Remove home create param
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 45s
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 45s
This commit is contained in:
@@ -6,7 +6,7 @@ FROM node:22-slim
|
|||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y -q graphicsmagick tzdata python3 ca-certificates build-essential && \
|
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
|
# # Set a custom user to not have n8n run as root
|
||||||
USER captica
|
USER captica
|
||||||
|
|||||||
Reference in New Issue
Block a user