Richard Wright
Richard Wright
I believe the command is 'gulp dist' (must have gulp and associated plug-ins installed via npm) but it completely breaks when I run it. Be sure to have a backup...
After testing some more, it seems you just run 'gulp' but it still breaks. Chrome shows an error about not being able to generate the swagger ui javascript file.
I had some time and messed around with the [`attachToContainer`](https://github.com/jamestthompson3/nvim-remote-containers/blob/master/lua/docker.lua#L161) function. `:find(containerName.name)` always returned `nil`, meaning the function always takes the "container not created" branch: https://github.com/jamestthompson3/nvim-remote-containers/blob/73c2cbc59b69b4026682aea6bab225831fb8eaa4/lua/docker.lua#L181-L182 The [`runContainer`](https://github.com/jamestthompson3/nvim-remote-containers/blob/master/lua/docker.lua#L30) function calls...