strict installation

This commit is contained in:
2025-09-18 17:17:04 +09:00
parent 97fc2f40db
commit c646cbac15

View File

@ -6,7 +6,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install --cpu=x64 --os=linux sharp
COPY . . COPY . .