diff --git a/Dockerfile b/Dockerfile index 9c6aa7036..253993f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,5 @@ ENV NODE_ENV=production # This reduces the attack surface by preventing container escape via root privileges USER node -CMD ["node", "dist/index.js"] +CMD ["npm", "start"] +