diff --git a/Dockerfile.supernode b/Dockerfile.supernode index 42f336cc9..5da9d2217 100644 --- a/Dockerfile.supernode +++ b/Dockerfile.supernode @@ -20,4 +20,4 @@ COPY --from=builder /opt/dragonfly/df-supernode/supernode /opt/dragonfly/df-supe # supernode will listen 8001,8002 in default. EXPOSE 8001 8002 -ENTRYPOINT /root/start.sh $0 $@ +ENTRYPOINT ["/root/start.sh"] diff --git a/docs/quick_start/README.md b/docs/quick_start/README.md index e1ee6ad39..06f3e827b 100644 --- a/docs/quick_start/README.md +++ b/docs/quick_start/README.md @@ -2,7 +2,7 @@ Dragonfly Quick Start document aims to help you to quick start Dragonfly journey. This experiment is quite easy and simplified. -If you are using Dragonfly in your production environment to handle production image distribution, please refer to supernode and dfget's detailed production parameter configuration. +If you are using Dragonfly in your **production environment** to handle production image distribution, please refer to supernode and dfget's detailed production parameter configuration. ## Prerequisites