Compare commits

...

2 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 6c1d162916
n8n: from builder 2022-11-05 21:55:47 +00:00
Starbeamrainbowlabs 28b19a188b
imap-download: restart nomad task 2022-11-05 21:44:37 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
imap-download imap-download

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