mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add a devcontainer #74

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

Ultimately, this devcontainer should be able to replace our existing Dockerfile/Makefile setup.

Before using devcontainers, we had a home-grown solution akin to a dev container (but not integrated with the IDE) that used a Makefile. We can delete our old Dockerfile, and update our Makefile to point to the Dockerfile in our .devcontainer folder. This means: