Skip to content

Commit

Permalink
fix: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barabobBOB committed Dec 8, 2023
1 parent 9f7a8f5 commit 2ffd60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o ./server ./cmd/server/*.go
RUN CGO_ENABLED=0 GOOS=linux go build -o ./migrate ./cmd/migrate/*.go
# scripts
RUN CGO_ENABLED=0 GOOS=linux go build -o ./import_breeds ./cmd/import_breeds/*.go
RUN CGO_ENABLED=0 GOOS=linux go build -o ./import_breeds ./cmd/import_conditions/*.go
RUN CGO_ENABLED=0 GOOS=linux go build -o ./import_conditions ./cmd/import_conditions/*.go
# Test stage
FROM build-stage AS run-test-stage
RUN go test -v ./...
Expand Down

0 comments on commit 2ffd60c

Please sign in to comment.