File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dev-down:
77 docker-compose --file ./build/docker-compose.yml down --rmi all -v
88
99run :
10- CGO_ENABLED=0 go build -ldflags=' -w -s' -o app ./main.go && HTTP_ADDR=:8080 ./app
10+ CGO_ENABLED=0 go build -ldflags=' -w -s' -o app ./cmd/xlsx-builder/ main.go && HTTP_ADDR=:8080 ./app
1111
1212test :
1313 go test -v -shuffle=on -count=2 -short -cover ./...
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY . .
2121# Build the static binary
2222RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
2323 -ldflags='-w -s -extldflags "-static"' -a \
24- -o app .
24+ -o app ./cmd/xlsx-builder
2525
2626# ###########################
2727# STEP 2 build a small image
File renamed without changes.
You can’t perform that action at this time.
0 commit comments