intro/dev.sh
2024-04-03 16:04:35 +08:00

4 lines
181 B
Bash
Executable File

#!/bin/bash
docker run --rm -v $(pwd):/intro --user 1000:1000 -it -w /intro -p 4000:4000 ruby sh -c "gem install jekyll bundle && cd docs && bundle && jekyll serve --host 0.0.0.0"