Commit c4796d9 1 parent 8ef96f9 commit c4796d9 Copy full SHA for c4796d9
File tree 5 files changed +4
-8
lines changed
5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ build: $(BUILD_DEPS)
68
68
BUILD_DOCKER_PROXY =
69
69
70
70
docker :
71
- docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY ) -t venus-market .
71
+ docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY ) -t venus-market .
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ echo "Compose Int End!"
21
21
--auth-url=http://127.0.0.1:8989 \
22
22
--gateway-url=/ip4/127.0.0.1/tcp/45132/ \
23
23
--messager-url=/ip4/127.0.0.1/tcp/39812/ \
24
- --auth-token=${token}
24
+ --auth-token=${token}
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ cat /docker/config/PieceStorage.toml > ~/.venusmarket/config.toml
12
12
cat ~ /.venusmarket/config.toml
13
13
echo " Init End!"
14
14
15
- /app/venus-market $@
15
+ /app/venus-market $@
Original file line number Diff line number Diff line change @@ -179,4 +179,4 @@ if [[ $WAITFORIT_CLI != "" ]]; then
179
179
exec " ${WAITFORIT_CLI[@]} "
180
180
else
181
181
exit $WAITFORIT_RESULT
182
- fi
182
+ fi
Original file line number Diff line number Diff line change @@ -31,7 +31,3 @@ COPY --from=buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.5 \
31
31
32
32
EXPOSE 41235 58418
33
33
ENTRYPOINT ["/script/init.sh"]
34
-
35
-
36
-
37
-
You can’t perform that action at this time.
0 commit comments