olgram/docker-entrypoint.sh
2021-09-10 00:01:30 +03:00

6 lines
56 B
Bash
Executable File

#!/bin/sh
set -e
sleep 10
aerich upgrade
python main.py