dev: add Docker compose development stack with Air reload
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM golang:1.26-alpine
|
||||
|
||||
RUN apk add --no-cache git bash build-base
|
||||
RUN go install github.com/air-verse/air@latest
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
CMD ["air", "-c", ".air.toml"]
|
||||
Reference in New Issue
Block a user