charbelmalo commited on
Commit
a99529a
·
1 Parent(s): d1e996b

update entrypoint.sh to clone the repository from the new URL

Browse files
Files changed (1) hide show
  1. 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/yourusername/your-repo.git /app
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