Fix air
This commit is contained in:
parent
da573edb5c
commit
0ad03491fd
2 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,4 @@ services:
|
|||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
- ./src:/src/
|
||||
- ./:/app/
|
||||
|
|
|
@ -10,6 +10,7 @@ RUN go mod download
|
|||
|
||||
# Air
|
||||
RUN go install github.com/cosmtrek/air@latest
|
||||
COPY ./.air.toml .
|
||||
|
||||
# Envs
|
||||
ENV VERSION=v0.0.1-dev
|
||||
|
|
Loading…
Reference in a new issue