diff --git a/Dockerfile b/Dockerfile index 897ee42..3e7916b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY package*.json ./ # Install the app dependencies -RUN npm install +RUN npm ci # Copy the rest of the application code COPY . .