From e7ef9261ef3dc666ed11b6ea5d7b1e7b0888c1ad Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 9 Oct 2021 17:54:52 -0700 Subject: [PATCH] Force build edge --- dockerfile-captain.edge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-captain.edge b/dockerfile-captain.edge index 393c4e3..85b8b51 100644 --- a/dockerfile-captain.edge +++ b/dockerfile-captain.edge @@ -17,7 +17,7 @@ RUN npm ci && \ # Build frontend code - # This quick hack invalidates the cache + # This quick hack invalidates the cache. ADD https://www.google.com /time.now # armV7 fails: https://github.com/yarnpkg/yarn/issues/5259 https://github.com/nodejs/docker-node/issues/1335