Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 105b9d3

Browse files
committedFeb 23, 2023
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

Lines changed: 9 additions & 0 deletions
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)