Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .devcontainer setup #38

Open
jdrueckert opened this issue May 22, 2021 · 0 comments
Open

Add .devcontainer setup #38

jdrueckert opened this issue May 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jdrueckert
Copy link
Member

Visual Studio Code allows for local containerized development environments that avoid high setup and maintenance overheads.
With GitPod we already use something similar, yet not local.

The idea is to create a devcontainer configuration similar to the one we currently use for our website but customized for the AdventureSite.
The Dockerfile should ideally use a minimal (alpine) base image for node applications to accelerate loading times while providing all necessary dependencies.
This Dockerfile can then also be referenced in the gitpod.yml to avoid double maintenance.

@jdrueckert jdrueckert added the enhancement New feature or request label May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant