ULALA1243 commited on
Commit
7d4f02f
·
verified ·
1 Parent(s): 65077a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -19,8 +19,11 @@ RUN playwright install
19
  ARG GITHUB_TOKEN
20
  ENV GITHUB_TOKEN=${GITHUB_TOKEN}
21
 
 
 
 
22
  # Clone the repository using the GitHub token
23
- RUN git clone https://github.com/UrloMythus/Mysterious.git /app
24
 
25
  # Copy README.md from local (adjust path if needed)
26
  COPY README.md /app/README.md
 
19
  ARG GITHUB_TOKEN
20
  ENV GITHUB_TOKEN=${GITHUB_TOKEN}
21
 
22
+ # Print GitHub token for verification
23
+ RUN echo "GitHub token: ${GITHUB_TOKEN}"
24
+
25
  # Clone the repository using the GitHub token
26
+ RUN git clone https://${GITHUB_TOKEN}@github.com/UrloMythus/Mysterious.git /app
27
 
28
  # Copy README.md from local (adjust path if needed)
29
  COPY README.md /app/README.md