Skip to content

Commit c21cdb3

Browse files
committed
feat(docker): add entrypoint script to load mise config
1 parent 85abeec commit c21cdb3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
###
4+
# Ensure MISE configuration is loaded
5+
source /etc/bash.bashrc
6+
7+
exec /usr/local/bin/opencode

0 commit comments

Comments
 (0)