mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo /usr/local/bin/docker-compose run --no-deps --rm app npm run-script build
|
|
exit $?
|