From 0fc40bd25ba632bfe0f0a84d9e60a47f431a49b1 Mon Sep 17 00:00:00 2001 From: "leitao.zhang" Date: Mon, 12 Apr 2021 13:45:15 +0800 Subject: [PATCH] update --- build/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfile b/build/dockerfile index f227daa..08257a8 100644 --- a/build/dockerfile +++ b/build/dockerfile @@ -10,6 +10,6 @@ ARG TARGETOS ARG TARGETARCH COPY ./dist/apaas-meshproxy-$TARGETOS-$TARGETARCH /app/apaas-meshproxy - +COPY ./dist/apaas-meshproxy-$TARGETOS-$TARGETARCH /app/proxy EXPOSE 80 ENTRYPOINT ["/app/apaas-meshproxy", "--port=80", "--prefix=/bgmesh/fiddler"] \ No newline at end of file -- 2.26.0