Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ COPY . .
|
|
23 |
WORKDIR /code
|
24 |
|
25 |
# Set the environment variable directly in the Dockerfile
|
26 |
-
ENV GH_TOKEN=${
|
27 |
|
28 |
# Use a shell script to perform the git clone operation
|
29 |
RUN echo "export GH_TOKEN=${GH_TOKEN}" > clone_repo.sh && \
|
|
|
23 |
WORKDIR /code
|
24 |
|
25 |
# Set the environment variable directly in the Dockerfile
|
26 |
+
ENV GH_TOKEN=${gh_token}
|
27 |
|
28 |
# Use a shell script to perform the git clone operation
|
29 |
RUN echo "export GH_TOKEN=${GH_TOKEN}" > clone_repo.sh && \
|