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