Spaces:
Sleeping
Sleeping
charbelmalo
commited on
Commit
·
a99529a
1
Parent(s):
d1e996b
update entrypoint.sh to clone the repository from the new URL
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Clone the repository into /app
|
4 |
-
git clone https://github.com/
|
5 |
|
6 |
# Change to the app directory
|
7 |
cd /app
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Clone the repository into /app
|
4 |
+
git clone https://github.com/charbelmalo/LinkMasterXS.git /app
|
5 |
|
6 |
# Change to the app directory
|
7 |
cd /app
|