Files
jblu e83151f74f
ci / docker (push) Successful in 32s
updated docker file
2026-04-08 17:10:17 -05:00

4 lines
101 B
Docker

FROM alpine:latest
COPY entrypoint.sh /opt
RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"]