Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix:Update README.md
add large file before building the docker image

The original instruction in readme ignore the large file download and would build empty docker image.
  • Loading branch information
codeloversa authored Apr 5, 2024
commit 36fd6d1e73cefe0061d8e6e44d8fb38f025b7514
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ eg. to build the `nodejs18.x` image, start by checking out the `nodejs18.x` bran
```
git checkout nodejs18.x
```
fetch the large files
```
git lfs fetch
git lfs install
git lfs checkout .
```

Finally you can build your image as such:
```
Expand Down