feature(entrypoint): add oneshot option
This commit is contained in:
parent
19bcd59794
commit
1972e6c5cf
@ -6,6 +6,8 @@
|
||||
|
||||
if [ "$1" = "shell" ]; then
|
||||
exec /bin/bash
|
||||
elif [ "$1" = "oneshot" ]; then
|
||||
exec /opt/dart-sass/sass -s "$SASS_STYLE" --update --stop-on-error /sass:/css
|
||||
elif [ -n "$1" ]; then
|
||||
exec "$@"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user