fix(docker): Update CMD in Dockerfile to use '--fresh' instead of '--migrate'
Deploy Application / deploy (push) Successful in 22s
Details
Deploy Application / deploy (push) Successful in 22s
Details
This commit is contained in:
parent
466c49167e
commit
ba551cb010
|
|
@ -8,4 +8,4 @@ COPY . .
|
||||||
|
|
||||||
RUN go mod tidy
|
RUN go mod tidy
|
||||||
|
|
||||||
CMD go run cmd/main.go --migrate && air
|
CMD go run cmd/main.go --fresh && air
|
||||||
Loading…
Reference in New Issue