This commit is contained in:
Florian Hoss 2023-06-16 13:34:16 +02:00
parent da573edb5c
commit 0ad03491fd
2 changed files with 2 additions and 1 deletions

View file

@ -13,4 +13,4 @@ services:
ports:
- 4000:4000
volumes:
- ./src:/src/
- ./:/app/

View file

@ -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