Update Dockerfile
This commit is contained in:
@@ -7,8 +7,8 @@ WORKDIR /app
|
|||||||
# Copy package files for better caching
|
# Copy package files for better caching
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies (using install instead of ci to handle mismatched lock file)
|
||||||
RUN npm ci --force
|
RUN npm install --force
|
||||||
|
|
||||||
# Install git and prepare for git hash capture
|
# Install git and prepare for git hash capture
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|||||||
Reference in New Issue
Block a user