phc/Dockerfile
jblu eff9f48257
All checks were successful
continuous-integration/drone/push Build is passing
fixed execution
2023-06-16 02:21:05 -05:00

7 lines
166 B
Docker

from alpine:latest
RUN apk add --no-cache curl
COPY . opt
RUN crontab /opt/crontab
RUN chmod +x /opt/entrypoint.sh
RUN chmod +x /opt/phc.sh
CMD ["/opt/entrypoint.sh"]