mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
update EasyBigdata since python3.5 has a bug in centos7
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
make apps
|
||||
: ${BOOTSTRAP_DIR:=/bootstrap}
|
||||
|
||||
if [ -d "$BOOTSTRAP_DIR" ]; then
|
||||
run-parts $BOOTSTRAP_DIR
|
||||
fi
|
||||
|
||||
/var/www/html/build/env/bin/desktop runserver 0.0.0.0:8888
|
||||
|
||||
Reference in New Issue
Block a user