mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: node 16
This commit is contained in:
@@ -3,7 +3,9 @@ RUN npm install -g cross-env --registry=https://registry.npmmirror.com
|
|||||||
ADD ./workspace/certd-server/ /app/
|
ADD ./workspace/certd-server/ /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN yarn install -P --registry=https://registry.npmmirror.com
|
RUN yarn install -P --registry=https://registry.npmmirror.com
|
||||||
CMD ["npm","run","start"]
|
CMD ["node","./bootstrap.js"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user