alpha
Login
or
Join now
thehale.dev
/
multicounter
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A simple, elegant counter with support for counting multiple things at once.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
multicounter
/
.devcontainer
/
at
main
2 files
Joseph Hale
Update Poetry to v1.1.14
4y ago
add4051a
Dockerfile
Update Poetry to v1.1.14
4 years ago
devcontainer.json
[skip ci] Move `.venv` to project directory The last devcontainer created an initial `.venv` in the top level `/workspaces` folder to avoid having the `.venv` hidden when VS Code mounted in the project files. Now, `poetry install` runs after the container is created so that the `.venv` stays within the project directory. The anticipated location of the `.venv` is added to the `PATH` during the Docker build via a build argument provided in the `devcontainer.json` file that evaluates to the project name. As a result, this devcontainer setup is now portable between projects!
4 years ago