This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
from alpine:latest
|
||||
RUN apk add --no-cache curl
|
||||
COPY . opt
|
||||
RUN crontab /opt/crontab
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
CMD ["/opt/entrypoint.sh"]
|
Reference in New Issue
Block a user