d4s-cdn-setup/config/docker-entrypoint.sh

4 lines
79 B
Bash

#!/bin/bash
python /opt/init.py && python /opt/api.py &
nginx -g 'daemon off;'