Add build section to README
Add section detailing make commands to build and push a new version.
This commit is contained in:
12
README.md
12
README.md
@@ -25,3 +25,15 @@ allow the image to write to your current directory.
|
|||||||
```bash
|
```bash
|
||||||
docker run -it -e SERVER_VERSION=1.16.4 -v $(pwd):/downloads ducoterra/get-minecraft:latest
|
docker run -it -e SERVER_VERSION=1.16.4 -v $(pwd):/downloads ducoterra/get-minecraft:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
To create a new version increment the version in the VERSION file.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Mac M1 Only
|
||||||
|
make buildx-context
|
||||||
|
|
||||||
|
make build
|
||||||
|
make push
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user