Dockerfiles/EasyBigdata/bootstrap.sh

10 lines
167 B
Bash
Raw Normal View History

2017-12-28 08:48:17 +00:00
#!/bin/bash
: ${BOOTSTRAP_DIR:=/bootstrap}
if [ -d "$BOOTSTRAP_DIR" ]; then
run-parts $BOOTSTRAP_DIR
fi
2017-12-28 10:03:57 +00:00
/var/www/html/build/env/bin/desktop runserver 0.0.0.0:8888