Fix templates installation
This commit is contained in:
parent
5669e52d2c
commit
bca5b651af
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN apk update \
|
|||
RUN mkdir /app
|
||||
COPY --from=build /app/trello2mail /app/
|
||||
COPY docker/trello2mail.cron /app/
|
||||
COPY templates /app/
|
||||
COPY templates/ /app/
|
||||
|
||||
CMD ["/bin/sh", "-c", "/usr/bin/crontab /app/trello2mail.cron && /usr/sbin/crond -f"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue