Skip to content

Commit

Permalink
feat: Support custom CDN in Dockerfile (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored Dec 8, 2021
1 parent 8b4bd29 commit 09afe71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WORKDIR $APP_PATH

COPY . .
COPY --from=deps-dev $APP_PATH/node_modules ./node_modules
ARG CDN_URL
RUN yarn build

# ---
Expand Down

0 comments on commit 09afe71

Please sign in to comment.