This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ecom
/
ads
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9cd4710f51
Rami (Branch)
Tag
master
ads
/
entrypoint.sh
entrypoint.sh
100 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/bash
set -e
set -o pipefail
cp /app/resin-pro-3.1.6/webapps/ads.war /data/project/
exec "$@"