diff --git a/Dockerfile b/Dockerfile index 624457e9..70655a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . . RUN npm run build -CMD [ "node", "index.js" ] \ No newline at end of file +CMD [ "node", "build/src/index.js" ] \ No newline at end of file