We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f6a36 commit e3b92d9Copy full SHA for e3b92d9
dea/Dockerfile
@@ -24,11 +24,6 @@ WORKDIR /home/app
24
# Copy the app directory into the image
25
COPY . /home/app
26
27
-# Set GitHub PAT (token with no scopes)
28
-ENV GITHUB_PAT=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
29
-
30
-RUN curl -I https://api.github.com/repos/XiaoLuo-boy/ggheatmap/tarball/5c373eb99f758c0a4d34ed1b008e59a7245226e4
31
32
ENV RENV_DOWNLOAD_METHOD=libcurl
33
34
# Restore the environment exactly
0 commit comments