first commit

This commit is contained in:
ange 2024-04-28 23:16:33 +02:00
commit 71166e2407
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 67 additions and 0 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"]