pep-example/pepexample/docker-entrypoint.sh

4 lines
60 B
Bash

#!/bin/bash
python3 /opt/server.py &
nginx -g 'daemon off;'