Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
bugfix: update supernode Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Starnop <[email protected]>
  • Loading branch information
starnop committed Jul 11, 2019
1 parent df23e54 commit 914c88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.supernode
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion docs/quick_start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 914c88e

Please sign in to comment.