diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ RUN npm install\ && npm install typescript -g COPY . . RUN tsc -CMD ["node", "./dist/src/index.js"] +CMD ["node", "./dist/index.js"] |
![]() |
index : chessh-bot.git | |
| Bot for CheSSH |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -5,4 +5,4 @@ RUN npm install\ && npm install typescript -g COPY . . RUN tsc -CMD ["node", "./dist/src/index.js"] +CMD ["node", "./dist/index.js"] |