Initial commit
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
pips 2025-07-30 21:29:53 +02:00
commit dae896d659
4 changed files with 276 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM golang:1.24
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]