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:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/src/
|
- ./:/app/
|
||||||
|
|
|
@ -10,6 +10,7 @@ RUN go mod download
|
||||||
|
|
||||||
# Air
|
# Air
|
||||||
RUN go install github.com/cosmtrek/air@latest
|
RUN go install github.com/cosmtrek/air@latest
|
||||||
|
COPY ./.air.toml .
|
||||||
|
|
||||||
# Envs
|
# Envs
|
||||||
ENV VERSION=v0.0.1-dev
|
ENV VERSION=v0.0.1-dev
|
||||||
|
|
Loading…
Reference in a new issue