aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-20 13:33:13 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-20 13:33:13 -0700
commit7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a (patch)
tree6602f7cdcb2254304d113eeee3275a34ed0b0bcf /Dockerfile
parent0f5555b92915b175a685a24ade9276d170ae37f5 (diff)
downloadchessh-bot-7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a.tar.gz
chessh-bot-7a6eeec2d0922dc54f8feee52ad22ec1d064cb9a.zip
fix index src
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d44f3a2..8763c2f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]