docker-alpine-android/entrypoint.sh
surtur c736ecb202
All checks were successful
continuous-integration/drone/push Build is passing
chore: add entrypoint.sh script
* 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
2021-01-15 00:38:53 +01:00

4 lines
36 B
Bash

#!/bin/sh
. /root/.bashrc
exec "$@"