fix(docker): Update CMD in Dockerfile to use --fresh for migration
Deploy Application / deploy (push) Successful in 17s
Details
Deploy Application / deploy (push) Successful in 17s
Details
This commit is contained in:
parent
1d687fe2d7
commit
1a8b52fcc1
|
|
@ -8,4 +8,4 @@ COPY . .
|
|||
|
||||
RUN go mod tidy
|
||||
|
||||
CMD go run cmd/main.go --migrate --seed && air
|
||||
CMD go run cmd/main.go --fresh --seed && air
|
||||
Loading…
Reference in New Issue