ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Implement postCreateCommand in devcontainer.json to Install Dependencies #32

Closed CFIALeronB closed 11 months ago

CFIALeronB commented 1 year ago

Problem:

When setting up a new development container, developers have to manually install the required Python dependencies from requirements.txt.

Solution:

By adding the postCreateCommand directive in our devcontainer.json configuration, we can automate the installation of these dependencies upon the creation of the container.

Proposed Changes:

This will ensure a smoother and more automated setup for developers using our dev container.

k-allagbe commented 11 months ago

This is done.