#!/bin/sh docker build . -t offline_nvim:latest --no-cache docker run -v $(pwd)/out:/out offline_nvim:latest