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 66f3ef2 commit 0209b01Copy full SHA for 0209b01
dockerfile-captain.edge
@@ -21,7 +21,8 @@ RUN npm ci && \
21
ADD https://www.google.com /time.now
22
23
# armV7 fails: https://github.com/yarnpkg/yarn/issues/5259 https://github.com/nodejs/docker-node/issues/1335
24
-RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \
+# RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \
25
+RUN curl -Iv https://registry.yarnpkg.com/ && \
26
mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
27
git clone https://github.com/githubsaturn/caprover-frontend.git && \
28
cd caprover-frontend && \
0 commit comments