Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM node:20
|
|
4 |
USER node
|
5 |
|
6 |
|
7 |
-
RUN git clone https://github.com/
|
8 |
|
9 |
|
10 |
WORKDIR /home/node/blue
|
|
|
4 |
USER node
|
5 |
|
6 |
|
7 |
+
RUN git clone https://github.com/Maxwellexcel/Chaos home/node/blue
|
8 |
|
9 |
|
10 |
WORKDIR /home/node/blue
|