rolling snapshot rollup capture
This commit is contained in:
		@@ -17,6 +17,10 @@ fi
 | 
			
		||||
ACTION="${1:-up}"
 | 
			
		||||
shift || true
 | 
			
		||||
 | 
			
		||||
if [[ "${ACTION}" == "up" ]]; then
 | 
			
		||||
    mkdir -p "${HOME}/.local/share/mise" "${HOME}/.cache/mise"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
case "${ACTION}" in
 | 
			
		||||
    up)
 | 
			
		||||
        docker compose -f "${COMPOSE_FILE}" up --build --detach "$@"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user