feat(docker): Update CMD in Dockerfile to include --fresh flag for migration
Deploy Application / deploy (push) Successful in 21s
Details
Deploy Application / deploy (push) Successful in 21s
Details
This commit is contained in:
parent
82579efe36
commit
a526b94e19
|
|
@ -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 --migrate && air
|
||||||
Loading…
Reference in New Issue