diff --git a/Dockerfile b/Dockerfile index 93e0e483c..3e69dfc9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk update && \ WORKDIR /app COPY package*.json ./ -RUN npm install +RUN npm install --omit=dev COPY . . RUN npm run build