diff --git a/Dockerfile b/Dockerfile index de758d7..2d8be9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ LABEL maintainer="Rishi Ghan " WORKDIR /acquisition-service # Install dependencies COPY package.json package-lock.json ./ -RUN npm ci --silent # Copy source COPY . .