Add ci
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-06-21 23:37:35 -04:00
parent 6042440085
commit ce63ae1d26
4 changed files with 84 additions and 1 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM alpine
COPY build/server /
ENTRYPOINT ["/server"]