4 lines
149 B
Bash
4 lines
149 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run --rm -v $(pwd):/intro --user 1000:1000 -w /intro ruby sh -c "gem install jekyll bundle && cd docs && bundle && jekyll build"
|