From 6c1d162916c763431c3ce5dd28c38466ef7ebe16 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 5 Nov 2022 21:55:47 +0000 Subject: [PATCH] n8n: from builder --- images/n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/n8n/Dockerfile b/images/n8n/Dockerfile index b90bf2f..41604bc 100644 --- a/images/n8n/Dockerfile +++ b/images/n8n/Dockerfile @@ -10,7 +10,7 @@ RUN npm install n8n FROM ${REPO_LOCATION}minideb-node RUN install_packages sqlite3 -COPY /app /app +COPY --from=builder /app /app USER 10500:10500