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 10 additions and 0 deletions
Showing only changes of commit 775d070f3b - Show all commits

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM ghcr.io/static-web-server/static-web-server:2-alpine
WORKDIR /
COPY _site /public

View file

@ -17,3 +17,10 @@ New Unitoo website based on Jekyll
3. Build Jekyll
`JEKYLL_BUILD=production bundle exec jekyll build`
## Build image
1. `docker build -t unitoo/website .`
2. `docker push unitoo/website`