This commit is contained in:
@ -1,2 +1,5 @@
|
||||
FROM alpine:latest
|
||||
ENTRYPOINT sleep infinity
|
||||
COPY . opt
|
||||
RUN apk add --no-cache supercronic
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
CMD ["/opt/entrypoint.sh"]
|
Reference in New Issue
Block a user