Get rid of useless `crontab` command

This commit is contained in:
staticfloat@gmail.com 2018-05-01 22:58:04 -07:00
parent bd46b36841
commit 844d521c95
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ RUN apt update && \
# Copy in cron job and scripts for certbot
COPY ./crontab /etc/cron.d/certbot
RUN crontab /etc/cron.d/certbot
COPY ./scripts/ /scripts
RUN chmod +x /scripts/*.sh