mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0) && docker-compose run -u $(id -u) --rm gatsby $@
|