Skip to content

Commit c4796d9

Browse files
committed
style:add reture to the end of file
1 parent 8ef96f9 commit c4796d9

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ build: $(BUILD_DEPS)
6868
BUILD_DOCKER_PROXY=
6969

7070
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 .

docker/script/compose.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ echo "Compose Int End!"
2121
--auth-url=http://127.0.0.1:8989 \
2222
--gateway-url=/ip4/127.0.0.1/tcp/45132/ \
2323
--messager-url=/ip4/127.0.0.1/tcp/39812/ \
24-
--auth-token=${token}
24+
--auth-token=${token}

docker/script/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cat /docker/config/PieceStorage.toml > ~/.venusmarket/config.toml
1212
cat ~/.venusmarket/config.toml
1313
echo "Init End!"
1414

15-
/app/venus-market $@
15+
/app/venus-market $@

docker/script/wait-for-it.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ if [[ $WAITFORIT_CLI != "" ]]; then
179179
exec "${WAITFORIT_CLI[@]}"
180180
else
181181
exit $WAITFORIT_RESULT
182-
fi
182+
fi

dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ COPY --from=buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.5 \
3131

3232
EXPOSE 41235 58418
3333
ENTRYPOINT ["/script/init.sh"]
34-
35-
36-
37-

0 commit comments

Comments
 (0)