4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/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"
|