update README #50
2 changed files with 4 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -1,3 +1,4 @@
|
||||||
prod_build:
|
prod_build:
|
||||||
python3 tag-generator.py
|
python3 tag-generator.py
|
||||||
JEKYLL_BUILD=production bundle exec jekyll build
|
JEKYLL_BUILD=production bundle exec jekyll build
|
||||||
|
docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .
|
||||||
|
|
|
@ -21,6 +21,4 @@ New Unitoo website based on Jekyll
|
||||||
|
|
||||||
## Build image
|
## Build image
|
||||||
|
|
||||||
1. `docker build -t unitoo/website .`
|
`docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .`
|
||||||
|
|
||||||
2. `docker push unitoo/website`
|
|
||||||
|
|
Loading…
Reference in a new issue