We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ee3ae commit 47cbb87Copy full SHA for 47cbb87
docker-compose.yaml
@@ -38,6 +38,13 @@ services:
38
&& bundle exec jekyll doctor --source /srv/jekyll --destination /output
39
&& bundle exec jekyll build --source /srv/jekyll --destination /output"
40
41
+ test:
42
+ <<: *common
43
+ command: /bin/bash -cl "
44
+ bundle check
45
+ && bundle exec jekyll doctor --source /srv/jekyll --destination /output
46
+ && bundle exec jekyll build --source /srv/jekyll --destination /output"
47
+
48
website:
49
<<: *common
50
command: /bin/bash -cl "bundle check && bundle exec jekyll serve --source /srv/jekyll --destination /output --host 0.0.0.0 --watch"
0 commit comments