diff --git a/build/dockerfile b/build/dockerfile index 7e4bab219b9d685c79c2e5588f1d30585fb8f77d..f227daa3d3ad6bd27a7ffbe1441f0e4494fe5246 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