Skip to content

Commit

Permalink
style:add reture to the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 9, 2022
1 parent 8ef96f9 commit c4796d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ build: $(BUILD_DEPS)
BUILD_DOCKER_PROXY=

docker:
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus-market .
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus-market .
2 changes: 1 addition & 1 deletion docker/script/compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ echo "Compose Int End!"
--auth-url=http://127.0.0.1:8989 \
--gateway-url=/ip4/127.0.0.1/tcp/45132/ \
--messager-url=/ip4/127.0.0.1/tcp/39812/ \
--auth-token=${token}
--auth-token=${token}
2 changes: 1 addition & 1 deletion docker/script/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cat /docker/config/PieceStorage.toml > ~/.venusmarket/config.toml
cat ~/.venusmarket/config.toml
echo "Init End!"

/app/venus-market $@
/app/venus-market $@
2 changes: 1 addition & 1 deletion docker/script/wait-for-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ if [[ $WAITFORIT_CLI != "" ]]; then
exec "${WAITFORIT_CLI[@]}"
else
exit $WAITFORIT_RESULT
fi
fi
4 changes: 0 additions & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ COPY --from=buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.5 \

EXPOSE 41235 58418
ENTRYPOINT ["/script/init.sh"]




0 comments on commit c4796d9

Please sign in to comment.