docker config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user