n8n: from builder

This commit is contained in:
Starbeamrainbowlabs 2022-11-05 21:55:47 +00:00
parent 28b19a188b
commit 6c1d162916
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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