mirror of https://github.com/certd/certd
chore: node 16
parent
7b9d70e093
commit
4b4c5dba73
|
@ -7,6 +7,7 @@ WORKDIR /app/
|
|||
#RUN pm2 install pm2-logrotate
|
||||
ADD ./workspace/certd-server/ /app/
|
||||
RUN yarn install -P --registry=https://registry.npmmirror.com
|
||||
RUN npm run build
|
||||
#CMD ["pm2-runtime", "start", "./bootstrap.js","--name", "certd","-i","1"]
|
||||
CMD ["npm", "run","start"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue