Switched run script to use new container setup

This commit is contained in:
2025-01-23 11:08:48 +00:00
parent d94c4a9309
commit f52bbfcd08

2
run.sh
View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
docker run -it -v .:/mnt/volume --workdir=/mnt/volume my_nvim docker run --rm -it -v /tmp/my_nvim_config:/root -v .:/cwd --network host ghcr.io/cian-h/my_nvim:latest