forked from TrueCloudLab/certificates
10 lines
No EOL
160 B
Bash
Executable file
10 lines
No EOL
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# start hello world app
|
|
python3 /src/server.py &
|
|
|
|
# watch for the update of the cert and reload nginx
|
|
/src/certwatch.sh &
|
|
|
|
# Run docker CMD
|
|
exec "$@" |