This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
[CHECK] - Standardize devcontainer to what it installs/runs #172
kjaymiller
started this conversation in
General
Replies: 1 comment
-
The playwright install takes so long that I currently dont do it in devcontainer / postCreate. But it does mean you have to read readme before you can run tests. What do you think? We also logged it here: Azure-Samples/azure-django-postgres-flexible-aca#27 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do we have a consistent idea of what the devcontainer has done and what needs to still be done by the developer.
This is important as we right docs for how to deploy. Some examples:
flask_app
,fastapi_app
) installedrequirements-dev.*
)playwright install --with-deps
Beta Was this translation helpful? Give feedback.
All reactions