Add docker and compose

This commit is contained in:
2024-05-03 22:40:45 +02:00
parent 7f6fe3e350
commit 5ab9d9d0e0
6 changed files with 79 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM golang:1.22-alpine
RUN go install github.com/bokwoon95/wgo@latest
WORKDIR /app
EXPOSE 1597
CMD wgo run .