dev-migrate-supercronic #1

Merged
jblu merged 5 commits from dev-migrate-supercronic into main 2023-06-22 18:26:17 -05:00
Showing only changes of commit 32a9b1745d - Show all commits

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache curl,supercronic RUN apk add --no-cache curl supercronic
COPY entrypoint.sh opt COPY entrypoint.sh opt
COPY phc.sh opt COPY phc.sh opt
RUN chmod +x /opt/entrypoint.sh RUN chmod +x /opt/entrypoint.sh