docker compose

This commit is contained in:
2024-12-10 17:03:18 -08:00
parent cf488101a0
commit f110d82402
4 changed files with 98 additions and 0 deletions

3
Containerfile Normal file
View File

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