We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8130c9b commit 1eb016aCopy full SHA for 1eb016a
1 file changed
entrypoint.sh
@@ -8,6 +8,7 @@ if [ -f "/workspace/bub-reqs.txt" ]; then
8
fi
9
10
source /app/.venv/bin/activate
11
+/app/.venv/bin/bub install
12
if [ -f "/workspace/startup.sh" ]; then
13
exec bash /workspace/startup.sh
14
else
0 commit comments