mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2024-12-06 19:27:24 +01:00
5 lines
100 B
Python
Executable File
5 lines
100 B
Python
Executable File
#!/bin/bash
|
|
|
|
sudo /usr/local/bin/docker-compose run --no-deps --rm app npm run-script build
|
|
exit $?
|