Skip to content

Commit 3b85b40

Browse files
authored
Merge pull request #16 from cloudblue/LITE-19401-Add-bash-contatiner
LITE-19401: Human readable message for bash container
2 parents 79be890 + 3fce58e commit 3b85b40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ popd
2121

2222
echo "Extension installed."
2323

24+
if [ "$@" == *bash* ]; then
25+
echo "In order to run the extension manually run the command cextrun"
26+
echo "In order to run the extension in debug mode, please use cextrun -d command"
27+
echo "In the case that you modified dependencies or want to install development dependencies run the command: poetry install"
28+
fi
2429
exec "$@"

0 commit comments

Comments
 (0)