Spaces:
Running
Running
xfcxcxcdfdfd
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN apt-get update && \
|
|
27 |
&& apt-get clean
|
28 |
|
29 |
# Clone the repository
|
30 |
-
RUN git clone https://github.com/
|
31 |
|
32 |
# Set working directory to socialemperors
|
33 |
WORKDIR /app/socialemperors
|
|
|
27 |
&& apt-get clean
|
28 |
|
29 |
# Clone the repository
|
30 |
+
RUN git clone https://github.com/lilpulgoxxx/socialemperors.git /app/socialemperors
|
31 |
|
32 |
# Set working directory to socialemperors
|
33 |
WORKDIR /app/socialemperors
|