mirror of https://github.com/certd/certd
chore: 1
parent
bb30d6e02f
commit
981bff70c3
|
@ -4,7 +4,8 @@ ENV NODE_ENV production
|
||||||
ENV MIDWAY_SERVER_ENV production
|
ENV MIDWAY_SERVER_ENV production
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
ENV node_sqlite3_binary_host_mirror https://registry.npmmirror.com/-/binary/sqlite3
|
ENV node_sqlite3_binary_host_mirror https://registry.npmmirror.com/-/binary/sqlite3
|
||||||
RUN npm install -g pnpm@8.15.7
|
RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com
|
||||||
|
RUN pnpm config set registry https://registry.npmmirror.com/
|
||||||
#RUN npm install cross-env -g --registry=https://registry.npmmirror.com
|
#RUN npm install cross-env -g --registry=https://registry.npmmirror.com
|
||||||
#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
|
||||||
|
|
Loading…
Reference in New Issue