fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh'
Deploy Application / deploy (push) Successful in 22s Details

This commit is contained in:
Habib Fatkhul Rohman 2025-11-17 14:40:01 +07:00
parent f3b3de6fd4
commit 310abc99d7
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ COPY . .
RUN go mod tidy RUN go mod tidy
CMD go run cmd/main.go --fresh && air CMD go run cmd/main.go --migrate && air