diff --git a/api/Dockerfile b/api/Dockerfile index 41a5bbd..302f506 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache python3 make g++ WORKDIR /app COPY package*.json ./ -RUN npm ci --only=production +RUN npm ci --omit=dev COPY . .