mirror of https://github.com/certd/certd
chore: node 16
parent
ea756cf0a4
commit
db8043ecb6
|
@ -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"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue