fix wrong path for resulting binary

This commit is contained in:
Daniel Lundin
2019-05-20 12:54:01 +02:00
parent f7665a3ac0
commit 36b6ae4ca2
+1 -1
View File
@@ -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" ]