diff --git a/Dockerfile b/Dockerfile index 55a9da4..1f54ebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ WORKDIR /app COPY ./ ./ -RUN npm i +RUN npm install --omit=dev ENTRYPOINT npm start