hottub/Dockerfile
jblu 9450cc7546
All checks were successful
continuous-integration/drone/push Build is passing
moved to supercronic
2023-06-25 23:55:56 -05:00

5 lines
123 B
Docker

FROM alpine:latest
COPY . opt
RUN apk add --no-cache supercronic
RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"]