mrfrank-ofc commited on
Commit
61f6440
·
verified ·
1 Parent(s): c27f4d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,6 +9,6 @@ RUN git clone https://github.com/mrfrank-ofc/SUBZERO-MD /home/node/SUBZERO-MD
9
  WORKDIR /home/node/SUBZERO-MD
10
  RUN chmod -R 777 /home/node/SUBZERO-MD/
11
  RUN yarn install --network-concurrency 1
12
- EXPOSE 9090
13
  ENV NODE_ENV=production
14
  CMD ["npm", "start"]
 
9
  WORKDIR /home/node/SUBZERO-MD
10
  RUN chmod -R 777 /home/node/SUBZERO-MD/
11
  RUN yarn install --network-concurrency 1
12
+ EXPOSE 7860
13
  ENV NODE_ENV=production
14
  CMD ["npm", "start"]