forked from Chaospott/site
move dockerfile to root
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
from jekyll/jekyll as builder
|
||||
add . /srv/jekyll
|
||||
run mkdir /site
|
||||
run whoami
|
||||
run jekyll build --source /srv/jekyll --destination /tmp
|
||||
|
||||
from nginx:alpine
|
||||
copy --from=builder /tmp /usr/share/nginx/html
|
Reference in New Issue
Block a user