🐳 Removed npm ci step
This commit is contained in:
@@ -5,7 +5,6 @@ LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
|
|||||||
WORKDIR /acquisition-service
|
WORKDIR /acquisition-service
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci --silent
|
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user