Skip to content

Commit

Permalink
Merge pull request #209 from rebuy-de/add-yarn-migration
Browse files Browse the repository at this point in the history
add Docker hint to Yarn migration
  • Loading branch information
svenwltr authored Jul 19, 2024
2 parents a233c29 + 0f37c21 commit 4da6985
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4da6985

Please sign in to comment.