add the run script

This commit is contained in:
2024-04-19 16:10:05 +03:00
parent a0d7c982d0
commit 973277f9da

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker build . -t offline_nvim:latest
docker run -v $(pwd)/out:/out offline_nvim:latest