Files
podinfo/.github/actions/release-notes/Dockerfile
2020-05-27 17:56:18 +03:00

7 lines
131 B
Docker

FROM stefanprodan/alpine-base:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]