mrfrank-ofc commited on
Commit
50d2bc9
·
verified ·
1 Parent(s): 7baad26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ RUN apt-get update && \
6
  rm -rf /var/lib/apt/lists/*
7
  USER node
8
  RUN git clone https://github.com/xeonser/SUBZERO-MD /home/node/SUBZERO-MD
9
- WORKDIR /home/node/SUBZERO-MD/index.js
10
- RUN chmod -R 777 /home/node/SUBZERO-MD/index.js/
11
  RUN yarn install --network-concurrency 1
12
  EXPOSE 7860
13
  ENV NODE_ENV=production
 
6
  rm -rf /var/lib/apt/lists/*
7
  USER node
8
  RUN git clone https://github.com/xeonser/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 7860
13
  ENV NODE_ENV=production