fix: update Dockerfile command to use --migrate instead of --fresh
This commit is contained in:
parent
9c88412da9
commit
18832a0400
|
|
@ -8,4 +8,4 @@ COPY . .
|
|||
|
||||
RUN go mod tidy
|
||||
|
||||
CMD go run cmd/main.go --fresh && air
|
||||
CMD go run cmd/main.go --migrate && air
|
||||
Loading…
Reference in New Issue