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