Armin Friedl
f7264e26d8
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
redis-server &
|
|
|
|
pipenv run flask run --host=0.0.0.0
|