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