fixed typo in dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Johannes Bülow 2024-11-26 09:25:38 +01:00
parent b20ad0960c
commit 13813e2b9d
Signed by: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR $GOPATH/src/www-jmbit-de
COPY . .
RUN go get -d -v
RUN hugo --minify
UN go build -a -installsuffix cgo -ldflags="-w -s" -o /go/bin/www
RUN go build -a -installsuffix cgo -ldflags="-w -s" -o /go/bin/www
FROM scratch
COPY --from=builder /go/bin/www /go/bin/www