Compare commits

..

No commits in common. "6c1d162916c763431c3ce5dd28c38466ef7ebe16" and "39554c303ce745b9beeb8723fef909ecc7abada0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
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 --from=builder /app /app COPY /app /app
USER 10500:10500 USER 10500:10500