* Add Dockerfile for devcontainer with Rust and UV setup * Update devcontainer configuration to use Dockerfile and enhance features - Switch from using a pre-built image to building from a Dockerfile. - Replace Poetry feature with Hadolint for linting Dockerfiles. - Add new VSCode extensions: Ruff, Autodocstring, Indent Rainbow, and Hadolint. - Set default terminal profile to zsh in VSCode settings. - Add a postStartCommand to initialize the environment. - Change remote user to 'vscode'. * Update test command in VSCode tasks to 'make unit_tests' * chore: remove unnecessary comment --------- Co-authored-by: italojohnny <italojohnnydosanjos@gmail.com> |
||
|---|---|---|
| .. | ||
| frontend | ||
| .dockerignore | ||
| build_and_push.Dockerfile | ||
| build_and_push_backend.Dockerfile | ||
| build_and_push_base.Dockerfile | ||
| build_and_push_ep.Dockerfile | ||
| cdk-docker-compose.yml | ||
| cdk.Dockerfile | ||
| container-cmd-cdk.sh | ||
| dev.docker-compose.yml | ||
| dev.Dockerfile | ||
| dev.start.sh | ||
| render.Dockerfile | ||
| render.pre-release.Dockerfile | ||