update: dockerfile

This commit is contained in:
2026-01-26 11:32:57 +03:30
parent dfdf5ed1c7
commit 329a09dd89

View File

@@ -4,7 +4,7 @@ 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 npm install --force
COPY . . COPY . .