get rid of root crontab

This commit is contained in:
Tyler 2020-09-30 17:58:11 -05:00
parent 74a6a1774d
commit 776dceaa02
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ MAINTAINER "Tyler Bean" "tyler.j.bean@gmail.com"
RUN apk add --no-cache sqlite
RUN adduser -D -u 1001 abc
RUN rm /etc/crontabs/root
COPY ./backupscripts/15min_backup /bin/15min_backup
COPY ./backupscripts/hourly_backup /bin/hourly_backup