netclock/entrypoint.sh

6 lines
63 B
Bash
Raw Normal View History

2020-09-12 19:31:45 +00:00
#!/bin/sh
redis-server &
2020-09-12 19:35:48 +00:00
pipenv run flask run --host=0.0.0.0