Skip to content

Commit 05241fc

Browse files
committed
Copied st_app.py pkg_prefix and changed dash_app.py to st_app.py
1 parent 1d25665 commit 05241fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

habitat/hooks/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$(whoami)" = "root" ]; then
88
exec chpst \
99
-U root:hab \
1010
-u root:hab \
11-
streamlit run "{{pkg.path}}/dash_app.py" 2>&1
11+
streamlit run "{{pkg.path}}/st_app.py" 2>&1
1212
else
13-
exec streamlit run "{{pkg.path}}/dash_app.py" 2>&1
13+
exec streamlit run "{{pkg.path}}/st_app.py" 2>&1
1414
fi

habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ do_build() {
6868
do_install() {
6969
mkdir "${pkg_prefix}/defaults/"
7070
cp -pr ${PLAN_CONTEXT}/../src/* "${pkg_prefix}/"
71+
cp -pr ${PLAN_CONTEXT}/../st_app.py "${pkg_prefix}/"
7172
cp -pr ${PLAN_CONTEXT}/../defaults/webapp.cfg "${pkg_prefix}/defaults/"
7273
return $?
7374
}

0 commit comments

Comments
 (0)