Skip to content

Commit 1eb016a

Browse files
committed
feat: ensure bub is installed after activating the virtual environment
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 8130c9b commit 1eb016a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -f "/workspace/bub-reqs.txt" ]; then
88
fi
99

1010
source /app/.venv/bin/activate
11+
/app/.venv/bin/bub install
1112
if [ -f "/workspace/startup.sh" ]; then
1213
exec bash /workspace/startup.sh
1314
else

0 commit comments

Comments
 (0)