master
pan 4 years ago
parent 1dee9377f2
commit 72057a3915
  1. 10
      Dockerfile
  2. 0
      shell/findPortPid
  3. 0
      shell/killNode
  4. 0
      shell/savePid
  5. 0
      shell/updateRisk

@ -0,0 +1,10 @@
FROM node:current-alpine3.12
RUN mkdir /app
WORKDIR /app
RUN git clone git@gogs.kirito.cool:panqihua/RiskCloudRun.git
WORKDIR /app/RiskCloudRun
RUN mv shell/* ../
CMD ["node","/bin/www"]
Loading…
Cancel
Save