This commit is contained in:
parent
14cb224b99
commit
a650cdda21
@ -1,6 +1,8 @@
|
|||||||
from alpine:latest
|
from alpine:latest
|
||||||
RUN apk add --no-cache curl
|
RUN apk add --no-cache curl
|
||||||
COPY . opt
|
COPY crontab opt
|
||||||
|
COPY entrypoint.sh opt
|
||||||
|
COPY phc.sh opt
|
||||||
RUN crontab /opt/crontab
|
RUN crontab /opt/crontab
|
||||||
RUN chmod +x /opt/entrypoint.sh
|
RUN chmod +x /opt/entrypoint.sh
|
||||||
RUN chmod +x /opt/phc.sh
|
RUN chmod +x /opt/phc.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user