diff --git a/Dockerfile b/Dockerfile index 755fe1e..8cc6720 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache python3 make g++ WORKDIR /app COPY package*.json ./ -RUN npm ci +RUN npm ci --include=dev COPY . . RUN npm run build