Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 914c88e

Browse files
committed
bugfix: update supernode Dockerfile
Signed-off-by: Starnop <[email protected]>
1 parent df23e54 commit 914c88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.supernode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ COPY --from=builder /opt/dragonfly/df-supernode/supernode /opt/dragonfly/df-supe
2020
# supernode will listen 8001,8002 in default.
2121
EXPOSE 8001 8002
2222

23-
ENTRYPOINT /root/start.sh $0 $@
23+
ENTRYPOINT ["/root/start.sh"]

docs/quick_start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dragonfly Quick Start document aims to help you to quick start Dragonfly journey. This experiment is quite easy and simplified.
44

5-
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.
5+
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.
66

77
## Prerequisites
88

0 commit comments

Comments
 (0)