mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2025-09-04 04:10:41 +00:00
Capitalize dockerfile
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine:3.8
|
||||
|
||||
ENV file /usr/local/bin/run.sh
|
||||
|
||||
RUN apk add --no-cache --update curl grep bash
|
||||
|
||||
RUN echo '* * * * * ${file}' > /etc/crontabs/root
|
||||
|
||||
COPY ./run.sh ${file}
|
||||
RUN chmod +x ${file}
|
||||
|
||||
CMD ["crond", "-l2", "-f"]
|
Reference in New Issue
Block a user