Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ USER node
|
|
| 8 |
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 |
EXPOSE 7860
|
| 12 |
ENV NODE_ENV=production
|
| 13 |
CMD ["npm", "start"]
|
|
|
|
| 8 |
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 7860
|
| 13 |
ENV NODE_ENV=production
|
| 14 |
CMD ["npm", "start"]
|