Spaces:
Running
Running
Commit
·
ed9e34b
1
Parent(s):
1d7db80
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN whoami && dotnet --version
|
|
40 |
|
41 |
# Clone repositories using the GITHUB_TOKEN secret
|
42 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
43 |
-
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/
|
44 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/FreeNetworkMonitorAgent.git /home/user/code/FreeNetworkMonitorAgent && \
|
45 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorBlazor.git /home/user/code/NetworkMonitorBlazor
|
46 |
|
|
|
40 |
|
41 |
# Clone repositories using the GITHUB_TOKEN secret
|
42 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
43 |
+
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorLib.git /home/user/code/NetworkMonitorApp && \
|
44 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/FreeNetworkMonitorAgent.git /home/user/code/FreeNetworkMonitorAgent && \
|
45 |
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/Mungert69/NetworkMonitorBlazor.git /home/user/code/NetworkMonitorBlazor
|
46 |
|