fix duplicate npm i
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN apk add --no-cache python3 make g++
|
||||
COPY package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm npm i --force
|
||||
RUN npm i --force
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user