diff --git a/Dockerfile b/Dockerfile index bd8c901..f4feaf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm ci --only=production +RUN npm ci # Copy source code COPY . .