diff --git a/Dockerfile b/Dockerfile index 9a02c3f..d28df36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ COPY . . RUN npm run build +RUN npm prune --production + CMD node ./dist/index.js \ No newline at end of file