diff --git a/dockerfile b/dockerfile index c5b0ca4..7357fba 100644 --- a/dockerfile +++ b/dockerfile @@ -3,7 +3,7 @@ FROM node:20-bullseye WORKDIR /app COPY package*.json ./ -RUN npm ci --omit=dev +RUN npm install --omit=dev COPY . .