Files
hottub/Dockerfile
T
2026-04-08 16:59:29 -05:00

5 lines
120 B
Docker

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