chore: 1.20.10

pull/68/head
xiaojunnuo 2024-05-30 13:59:05 +08:00
parent 960a1964c7
commit 29f65389bd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /app/
#RUN npm install pm2 -g --registry=https://registry.npmmirror.com #RUN npm install pm2 -g --registry=https://registry.npmmirror.com
#RUN pm2 install pm2-logrotate #RUN pm2 install pm2-logrotate
ADD ./workspace/certd-server/ /app/ ADD ./workspace/certd-server/ /app/
RUN sed -i "s/\"workspace:/\"/g" "/app/package.json RUN sed -i "s/workspace://g" "/app/package.json
RUN yarn install --production --registry=https://registry.npmmirror.com RUN yarn install --production --registry=https://registry.npmmirror.com
#RUN yarn install --production #RUN yarn install --production
RUN npm run build RUN npm run build