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

Commit

Permalink
Merge pull request #668 from Starnop/supernode-Dockerfile-CMD
Browse files Browse the repository at this point in the history
bugfix: update supernode Dockerfile
  • Loading branch information
starnop authored Jul 11, 2019
2 parents 13283a1 + 914c88e commit f7c9d03
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 f7c9d03

Please sign in to comment.