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