Skip to content

Commit

Permalink
chore: more docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 28, 2024
1 parent 06d02bf commit 56aeda2
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 ["sh","/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 ["sh", "/run.sh", "referee.ts"]
CMD ["sh", "./run.sh", "referee.ts"]

0 comments on commit 56aeda2

Please sign in to comment.