fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh'
Deploy Application / deploy (push) Successful in 22s
Details
Deploy Application / deploy (push) Successful in 22s
Details
This commit is contained in:
parent
f3b3de6fd4
commit
310abc99d7
|
|
@ -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