update README; update Makefile

This commit is contained in:
Claudio Maradonna 2023-12-26 08:48:25 +01:00
parent 775d070f3b
commit 89906aa9da
Signed by: claudiomaradonna
GPG Key ID: 0CBA58694C5680D9
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,4 @@
prod_build:
python3 tag-generator.py
JEKYLL_BUILD=production bundle exec jekyll build
python3 tag-generator.py
JEKYLL_BUILD=production bundle exec jekyll build
docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .

View File

@ -21,6 +21,4 @@ New Unitoo website based on Jekyll
## Build image
1. `docker build -t unitoo/website .`
2. `docker push unitoo/website`
`docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .`