Skip to content

Commit

Permalink
Add git submodule update command to docker build process documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeGardner committed Jan 2, 2024
1 parent 0a4bbdb commit 5649c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Before building the image, you need to have built the unmanic python package:
```bash
rm -rfv ./build && rm -fv ./dist/unmanic-*
git submodule update --init --recursive
python3 ./setup.py sdist bdist_wheel
```

Expand Down

0 comments on commit 5649c34

Please sign in to comment.