feature(entrypoint): add oneshot option
This commit is contained in:
		
							parent
							
								
									19bcd59794
								
							
						
					
					
						commit
						1972e6c5cf
					
				| @ -6,6 +6,8 @@ | |||||||
| 
 | 
 | ||||||
| if [ "$1" = "shell" ]; then | if [ "$1" = "shell" ]; then | ||||||
|     exec /bin/bash |     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 | elif [ -n "$1" ]; then | ||||||
|     exec "$@" |     exec "$@" | ||||||
| else | else | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user