Install crontabs at docker start

This commit is contained in:
Ryan 2023-08-25 13:58:29 -04:00
parent 0b38fb1323
commit 926895f664
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN apt update && apt install -y \
vim
ADD app /opt/app
ADD crontabs /var/spool/cron/crontabs
COPY crontab /etc/crontab
COPY default.conf /etc/nginx/conf.d/default.conf
COPY docker-entrypoint.sh /start.sh