Files
hottub/Dockerfile
T
2026-04-08 12:26:38 -05:00

5 lines
118 B
Docker

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