feat: docker cache

This commit is contained in:
ange 2024-05-02 17:10:52 +02:00
parent fe4a97adf3
commit b7c1391e9a
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
3 changed files with 16 additions and 28 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM gcr.io/kaniko-project/executor:debug
COPY build.sh /usr/local/bin/
ENTRYPOINT ["build.sh"]