mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-23 07:09:03 +02:00
fix wrong path for resulting binary
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ COPY . .
|
||||
RUN go install .
|
||||
|
||||
FROM gcr.io/distroless/base:latest
|
||||
COPY --from=build /build/wireguard-ui /
|
||||
COPY --from=build /go/bin/wireguard-ui /
|
||||
ENTRYPOINT [ "/wireguard-ui" ]
|
||||
|
||||
Reference in New Issue
Block a user