Moved into folder

Reason: Dockerfile, README, circleci stuff aren't delivered publicly
This commit is contained in:
CryptKiddie
2019-06-13 21:43:33 +02:00
parent 3fc5796cb5
commit 761a8415e3
411 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from jekyll/jekyll as builder
add . /srv/jekyll
add web /srv/jekyll
run jekyll build --source /srv/jekyll --destination /tmp
from nginx:alpine