n8n: from builder
This commit is contained in:
parent
28b19a188b
commit
6c1d162916
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN npm install n8n
|
||||||
FROM ${REPO_LOCATION}minideb-node
|
FROM ${REPO_LOCATION}minideb-node
|
||||||
|
|
||||||
RUN install_packages sqlite3
|
RUN install_packages sqlite3
|
||||||
COPY /app /app
|
COPY --from=builder /app /app
|
||||||
|
|
||||||
USER 10500:10500
|
USER 10500:10500
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue