doc.silverstripe.org/docker/run

3 lines
78 B
Bash
Executable File

#!/bin/bash
cd $(dirname $0) && docker-compose run -u $(id -u) --rm gatsby $@