Skip to content

Commit b0462b4

Browse files
fix: 💚 update build command
1 parent 0e5cc2d commit b0462b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go mod download
99

1010
COPY . .
1111

12-
RUN CGO_ENABLED=0 GOOS=linux go build -o navifetch ./cmd/navifetch
12+
RUN CGO_ENABLED=0 GOOS=linux go build -o navifetch ./src/main.go
1313

1414
FROM alpine:latest
1515

0 commit comments

Comments
 (0)