Skip to content

Commit

Permalink
fix(dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiayi authored Aug 9, 2023
1 parent 0b3fe06 commit 64e2c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile-client
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive TZ=Asia/Shanghai apt-get -y ins

COPY release/*-client /
RUN cp /linux-`arch`-client /usr/bin/client && rm -rf /*-client
COPY entrypoint-client.sh /opt/entrypoint.sh
RUN chmod +x /opt/entrypoint.sh

ENTRYPOINT ["/usr/bin/client", "-config", "/opt/config/aonetwork-client.yml"]

0 comments on commit 64e2c6b

Please sign in to comment.