Files
nginx-proxy-manager/bin/yarn
2019-11-29 10:31:18 +10:00

5 lines
67 B
Bash
Executable File

#!/bin/bash
docker-compose run --no-deps --rm app yarn $@
exit $?