feat: docker cache
This commit is contained in:
parent
fe4a97adf3
commit
b7c1391e9a
3 changed files with 16 additions and 28 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM gcr.io/kaniko-project/executor:debug
|
||||
COPY build.sh /usr/local/bin/
|
||||
ENTRYPOINT ["build.sh"]
|
Reference in a new issue