Add absolute path to sh in Dockerfile
This commit is contained in:
parent
b9f98da730
commit
e98b122add
1 changed files with 1 additions and 1 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 ["sh", "-c", "/usr/bin/crontab /app/trello2mail.cron && /usr/sbin/cron -f"]
|
||||
CMD ["/bin/sh", "-c", "/usr/bin/crontab /app/trello2mail.cron && /usr/sbin/cron -f"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue