Add debugging
This commit is contained in:
parent
4e1031d5d7
commit
10753e8499
2 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue