update: dockerfile

This commit is contained in:
2026-01-26 11:36:48 +03:30
parent 329a09dd89
commit edcaee9b94

View File

@@ -3,8 +3,9 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm config set registry https://mirror-npm.runflare.com && \ RUN npm config set registry https://mirror-npm.runflare.com
npm install --force
RUN npm install --force
COPY . . COPY . .