diff --git a/entrypoint.sh b/entrypoint.sh index 032c6a7..47b5fcd 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/bash -source /root/.bashrc && "$@" \ No newline at end of file +source /root/.bashrc && "$@" +echo "test" \ No newline at end of file