diff --git a/Dockerfile b/Dockerfile index 089d6aaa..1dbf399a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,4 @@ EXPOSE 9003 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories RUN apk --update add --no-cache tzdata -CMD ["sh", "-c", "./bin/clickvisual"] +CMD ["sh", "-c", "./bin/clickvisual server"] diff --git a/Dockerfile.subpath b/Dockerfile.subpath index 9b8feac4..191fc82b 100644 --- a/Dockerfile.subpath +++ b/Dockerfile.subpath @@ -44,4 +44,4 @@ EXPOSE 9003 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories RUN apk --update add --no-cache tzdata -CMD ["sh", "-c", "./bin/clickvisual"] +CMD ["sh", "-c", "./bin/clickvisual server"]