mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 1
This commit is contained in:
@@ -5,7 +5,9 @@ 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 --registry=https://registry.npmmirror.com
|
RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com
|
||||||
|
RUN npm install -g mwtsc --registry=https://registry.npmmirror.com
|
||||||
RUN pnpm config set 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
|
||||||
|
|||||||
@@ -79,7 +79,6 @@
|
|||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"mwts": "^1.3.0",
|
"mwts": "^1.3.0",
|
||||||
"mwtsc": "^1.4.0",
|
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "~5.1.0"
|
"typescript": "~5.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user