docker config

This commit is contained in:
h z
2026-02-14 15:16:45 +00:00
parent bd03492ef4
commit f9665c92ce
2 changed files with 2 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
FROM docker.m.daocloud.io/library/node:21-alpine
FROM dnode:21-alpine
RUN apk add --no-cache bash
WORKDIR /app
COPY package*.json ./
RUN npm config set registry https://registry.npmmirror.com/
RUN npm install
COPY . .
EXPOSE 3000