1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-05-15 03:40:00 +02:00
action-kaniko/Dockerfile
2020-02-15 18:55:26 +01:00

5 lines
95 B
Docker

FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]