diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-20 13:33:13 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-20 13:33:13 -0700 |
| commit | 7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a (patch) | |
| tree | 6602f7cdcb2254304d113eeee3275a34ed0b0bcf | |
| parent | 0f5555b92915b175a685a24ade9276d170ae37f5 (diff) | |
| download | chessh-bot-7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a.tar.gz chessh-bot-7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a.zip | |
fix index src
| -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"] |
