Skip to content

Commit

Permalink
Merge pull request #325 from eesast/dev
Browse files Browse the repository at this point in the history
try: run.sh > client.log
  • Loading branch information
xiangmy21 authored May 7, 2024
2 parents bca1435 + 0a3e15c commit aa15705
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 aa15705

Please sign in to comment.