This commit is contained in:
2026-03-10 21:26:04 +01:00
parent b8e6df3a04
commit e837a9a04e
18 changed files with 985 additions and 659 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ FROM --platform=linux/amd64 golang:1.26.1-alpine
WORKDIR /app
RUN go install github.com/air-verse/air@latest
EXPOSE 2323
CMD ["go", "run", "main.go"]
CMD ["air", "-c", ".air.toml"]