File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ RUN npm ci && \
2020 # This quick hack invalidates the cache.
2121ADD https://www.google.com /time.now
2222
23- ENV FRONTEND_COMMIT_HASH 1ff9807e1185d0c7f6fbce0bc4939cd4d42f3bfa
2423
2524# armV7 fails: https://github.com/yarnpkg/yarn/issues/5259 https://github.com/nodejs/docker-node/issues/1335
2625# RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \
2726RUN curl -Iv https://registry.yarnpkg.com/ && \
2827 mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
2928 git clone https://github.com/githubsaturn/caprover-frontend.git && \
3029 cd caprover-frontend && \
31- git reset --hard ${FRONTEND_COMMIT_HASH} && \
3230 git log --max-count=1 && \
3331 yarn install --no-cache --frozen-lockfile --network-timeout 600000 && echo "Installation finished" && \
3432 yarn run build && echo "Building finished" && \
You can’t perform that action at this time.
0 commit comments