Skip to content

Commit 5b5b9d2

Browse files
committed
removed fixed FE hash from edge
1 parent 22b5e41 commit 5b5b9d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerfile-captain.edge

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ RUN npm ci && \
2020
# This quick hack invalidates the cache.
2121
ADD 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 && \
2726
RUN 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" && \

0 commit comments

Comments
 (0)