first commit

This commit is contained in:
ange 2025-10-21 17:10:36 +00:00
commit 46b20aa03d
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 52 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM docker.io/moby/buildkit:master-rootless
COPY entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]