🐳 Removed npm ci step

This commit is contained in:
2025-02-20 21:56:49 -05:00
parent 56547034ef
commit 8d588e9542

View File

@@ -5,7 +5,6 @@ LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
WORKDIR /acquisition-service
# Install dependencies
COPY package.json package-lock.json ./
RUN npm ci --silent
# Copy source
COPY . .