Files
Dockerfiles/EasyBigdata/bootstrap.sh

10 lines
167 B
Bash
Raw Normal View History

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