1
0
Fork 0
mirror of https://github.com/imjasonh/shipwright-cosign-example synced 2026-07-10 01:37:09 +00:00
shipwright-cosign-example/Dockerfile
2021-04-01 21:58:46 -04:00

5 lines
66 B
Docker

FROM busybox
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]