Skip to content

Commit

Permalink
chore: fix docker exec
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 28, 2024
1 parent e1d8147 commit 06d02bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY ./public/ ./public/


WORKDIR /usr/src/app
CMD ["run.sh", "ai.ts"]
CMD ["sh","/run.sh", "ai.ts"]
2 changes: 1 addition & 1 deletion referee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY ./public/ ./public/


WORKDIR /usr/src/app
CMD ["run.sh", "referee.ts"]
CMD ["sh", "/run.sh", "referee.ts"]

0 comments on commit 06d02bf

Please sign in to comment.