diff --git a/deploy.Dockerfile b/deploy.Dockerfile index 474ea3a75..3db00340f 100644 --- a/deploy.Dockerfile +++ b/deploy.Dockerfile @@ -36,4 +36,4 @@ COPY --from=build /Open-IM-Server/bin /Open-IM-Server/bin WORKDIR /Open-IM-Server/script -CMD ["./start_all_for_docker.sh"] \ No newline at end of file +CMD ["./docker_start_all.sh"] \ No newline at end of file