refactor: split docker install with env

This commit is contained in:
Danny Avila 2024-06-30 17:22:53 -04:00
parent 104dc9a08e
commit a950f57ee6
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
4 changed files with 33 additions and 21 deletions

View file

@ -0,0 +1,2 @@
# When running devcontainers, you can specify if docker & docker-compose should be installed in your environment
INSTALL_DOCKER=false