From 0f37c219c5c2823363dd282af573a47f7a44b987 Mon Sep 17 00:00:00 2001 From: Sven Walter Date: Fri, 19 Jul 2024 13:42:22 +0200 Subject: [PATCH] add Docker hint to Yarn migration --- migrations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/migrations.md b/migrations.md index 68018eb..9abea2f 100644 --- a/migrations.md +++ b/migrations.md @@ -197,6 +197,14 @@ Configure `.github/dependabot.yml`: - "*" ``` +#### 8. Add Yarn to Dockerfile + +With Alpine it would look like this: + +``` +RUN apk add --no-cache git git-lfs openssl nodejs yarn +``` + ### Hints #### Example index.css