From 09afe7137d4bb94e43123c53c90918dce4051a75 Mon Sep 17 00:00:00 2001 From: Zero King Date: Wed, 8 Dec 2021 17:13:40 +0000 Subject: [PATCH] feat: Support custom CDN in Dockerfile (#2833) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index da24d60ac..b08bdc65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ WORKDIR $APP_PATH COPY . . COPY --from=deps-dev $APP_PATH/node_modules ./node_modules +ARG CDN_URL RUN yarn build # ---