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