surtur
c736ecb202
All checks were successful
continuous-integration/drone/push Build is passing
* source bashrc with entrypoint script since many a times it's possible a non-interactive shell is spun up and asdf+gradle niceties just wouldn't get loaded
4 lines
36 B
Bash
4 lines
36 B
Bash
#!/bin/sh
|
|
. /root/.bashrc
|
|
exec "$@"
|