Skip to content

Commit 105b9d3

Browse files
committed
Add alternative docker-compose file to only build the website
1 parent c065559 commit 105b9d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose_build-only.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '2'
2+
3+
services:
4+
jekyll:
5+
user: "${UID}:${GID}"
6+
build: .
7+
command: sh -c "chown $UID / && bundle exec jekyll build"
8+
volumes:
9+
- .:/srv/jekyll

0 commit comments

Comments
 (0)