quotes-server/docker/entrypoint.sh

5 lines
76 B
Bash

#!/bin/bash
nginx
cd /quotes-server
python3 deploy.py && python3 quotes.py