Skip to content

Commit

Permalink
try: run.sh > client.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangmy21 authored May 7, 2024
1 parent cb1d94d commit 0a3e15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/Dockerfile/Dockerfile_run_client
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN bash ../../dependency/shell/generate_proto.sh

WORKDIR /usr/local
RUN export TERMINAL=CLIENT
ENTRYPOINT [ "bash","./run.sh" ]
ENTRYPOINT [ "bash","./run.sh > /usr/local/output/client$TEAM_SEQ_ID.log" ]

0 comments on commit 0a3e15c

Please sign in to comment.