Add debugging

This commit is contained in:
Glenn Y. Rolland 2018-08-28 10:26:44 +02:00
parent 4e1031d5d7
commit 10753e8499
2 changed files with 4 additions and 4 deletions

View file

@ -13,5 +13,5 @@ RUN mkdir /app
COPY --from=build /go/src/github.com/glenux/trello2mail-go/trello2mail /app/
COPY docker/trello2mail.cron /app/
CMD ["/bin/sh", "-c", "/usr/bin/crontab /app/trello2mail.cron && /usr/sbin/crond -f"]
CMD ["/bin/sh", "-c", "/usr/bin/crontab /app/trello2mail.cron && /usr/sbin/crond -f -d"]

View file

@ -1,8 +1,8 @@
# Private tasks
0 10 * * * TRELLO_URL="" /app/trello2mail
30 10 * * * TRELLO_URL="" /app/trello2mail
# Project 1
0 10 * * * TRELLO_URL="" /app/trello2mail
30 10 * * * TRELLO_URL="" /app/trello2mail
# Project 2
0 10 * * * TRELLO_URL="" /app/trello2mail
30 10 * * * TRELLO_URL="" /app/trello2mail