summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index 39986e72..66cd6897 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -6,4 +6,4 @@ RUN npx patch-package COPY . . EXPOSE 3001 RUN npm run build -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "dist/start.js"] \ No newline at end of file