quotes-server/docker/entrypoint.sh

6 lines
76 B
Bash
Raw Normal View History

2017-01-25 10:20:39 +01:00
#!/bin/bash
nginx
cd /quotes-server
python3 deploy.py && python3 quotes.py