mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sudo /usr/local/bin/docker-compose run --no-deps --rm app npm run-script build
|
||
|
exit $?
|