update README #50

Merged
claudiomaradonna merged 2 commits from claudiomaradonna/website:master into master 2023-12-26 08:50:09 +01:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 89906aa9da - Show all commits

View file

@ -1,3 +1,4 @@
prod_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 .`