This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install all deps (inkl. dev)
|
||||
RUN --mount=type=cache,target=/root/.npm npm ci
|
||||
RUN --mount=type=cache,target=/root/.npm npm install && npm ci
|
||||
|
||||
# Copy app source and build
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user