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

5 lines
80 B
Bash
Executable File

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