Lissy93 / portainer-templates

🚢 500+ 1-click Portainer app templates
https://portainer-templates.as93.net
MIT License
1.83k stars 176 forks source link

feat: added DevContainer support #57

Closed shmolf closed 4 weeks ago

shmolf commented 2 months ago

I'm trying to get my personal self into a state where my personal machine doesn't need any languages (PHP/Ruby/Python) installed.

Rather, I think we can get to where we perform any implementation within Docker container, by using DevContainers.

This update provides a dev container that has both Python and Node installed.

I've tested this by running the make command within the terminal of the dev container, and watched as it completed execution.

shmolf commented 1 month ago

@Lissy93 Feel free to close this PR if you'd prefer to not accept the changes.