diff --git a/dockerfile b/dockerfile index 4d680f3..e612cb0 100644 --- a/dockerfile +++ b/dockerfile @@ -14,7 +14,7 @@ FROM node:lts-slim as run WORKDIR /app COPY --from=build /app/package.json ./package.json COPY --from=build /app/build ./build -RUN npm install --production +RUN npm install --omit=dev EXPOSE 3000 ENTRYPOINT [ "npm", "run", "start" ] \ No newline at end of file