devcontainer
devcontainer copied to clipboard
The Red Guild's devcontainer focused in web3 and security.
There are a lot of dev-container features that solve many things, but since the Dockerfile runs first I need some of what those features install later earlier under the Dockerfile...
In the current version of the `Dockerfile`, `medusa` is not being installed. This PR installs `medusa` using a multi-stage build. This way, the `go` installation can be removed from the...
As someone suggested, I should look into the installation since medusa is not being installed by default.
Do a little more research on how to improve the usage of dockerignore. Right now, it is being used to ignore everything but `motd`. Also, is it better to mount...
I added things kinda randomly and asked GPT to organize its order a little bit, but I didn't like it, so I ended up moving things around. Honest truth.