mirror of
https://github.com/zoriya/vex.git
synced 2026-05-25 07:34:23 +00:00
Add docker and compose
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM golang:1.22-alpine
|
||||
RUN go install github.com/bokwoon95/wgo@latest
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 1597
|
||||
CMD wgo run .
|
||||
Reference in New Issue
Block a user