We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c065559 commit 105b9d3Copy full SHA for 105b9d3
docker-compose_build-only.yml
@@ -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