Spaces:
Runtime error
Runtime error
Update Dockerfile
#14
by
muzamilkhan804
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && \
|
|
5 |
apt-get upgrade -y && \
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
USER node
|
8 |
-
RUN git clone https://github.com/
|
9 |
WORKDIR /home/node/SUBZERO-MD
|
10 |
RUN chmod -R 777 /home/node/SUBZERO-MD/
|
11 |
RUN yarn install --network-concurrency 1
|
|
|
5 |
apt-get upgrade -y && \
|
6 |
rm -rf /var/lib/apt/lists/*
|
7 |
USER node
|
8 |
+
RUN git clone https://github.com/Mujjilounda/SUBZERO-MD.git /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
|