aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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"]