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

5 lines
66 B
Bash
Executable File

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