update: dockerfile

This commit is contained in:
2026-01-26 11:21:00 +03:30
parent 0d3e47fc19
commit f52cbb5519

View File

@@ -5,8 +5,6 @@ COPY package*.json ./
run npm config set registry https://mirror-npm.runflare.com run npm config set registry https://mirror-npm.runflare.com
RUN npm ci --omit=dev
COPY . . COPY . .
ENV PORT=3000 ENV PORT=3000
@@ -15,3 +13,4 @@ EXPOSE 3000
CMD ["npm", "start"] CMD ["npm", "start"]