Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -71,7 +71,7 @@ RUN whoami && dotnet --version
|
|
| 71 |
|
| 72 |
# Clone repositories using the GITHUB_TOKEN secret
|
| 73 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 74 |
-
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/
|
| 75 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorLLM.git /home/user/code/NetworkMonitorLLM && \
|
| 76 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorData.git /home/user/code/NetworkMonitorData
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
# Clone repositories using the GITHUB_TOKEN secret
|
| 73 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 74 |
+
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorLib.git /home/user/code/NetworkMonitorLib && \
|
| 75 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorLLM.git /home/user/code/NetworkMonitorLLM && \
|
| 76 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorData.git /home/user/code/NetworkMonitorData
|
| 77 |
|