now using Docker Volumes and sh

This commit is contained in:
Nils Stinnesbeck 2019-11-04 22:45:49 +01:00
parent 7768c8ed92
commit f2c126e995
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM alpine:3.10.3 FROM alpine:3.10.3
LABEL maintainer "Stefan Hoffmann, Nils Jakobi" LABEL maintainer "Stefan Hoffmann, Nils Jakobi"
VOLUME [ "/opt/data" ]
# Configure cron # Configure cron
COPY crontab /etc/cron/crontab COPY crontab /etc/cron/crontab

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
for i in 4 5 6 7 for i in 4 5 6 7
do do