We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34742e6 commit 656a74fCopy full SHA for 656a74f
Dockerfile
@@ -6,7 +6,7 @@ FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS build
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git
8
9
-WORKDIR /go/src /github.com/webdevops/myuplink-exporter
+WORKDIR /go/src/github.com/webdevops/myuplink-exporter
10
11
# Dependencies
12
COPY go.mod go.sum .
0 commit comments