7 lines
136 B
Text
7 lines
136 B
Text
|
FROM gcr.io/kaniko-project/executor:debug
|
||
|
|
||
|
COPY entrypoint.sh /entrypoint.sh
|
||
|
RUN chmod +x /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["/entrypoint.sh"]
|