Mungert commited on
Commit
7362ba9
·
verified ·
1 Parent(s): 818f4e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/NetworkMonitor.git /home/user/code/NetworkMonitor && \
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