helm-pages/Dockerfile
2023-12-16 12:28:39 +01:00

5 lines
118 B
Docker

FROM devthefuture/init-container-toolbox:latest
COPY src/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]