strict installation
This commit is contained in:
@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --cpu=x64 --os=linux sharp
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Reference in New Issue
Block a user