4 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
53225054d4 Update docker compose to v2.23.0 2023-11-01 14:56:53 -05:00
Christopher
879d0cd9ac Ask the user if they want to install docker compose 2023-11-01 14:56:12 -05:00
Christopher
1f5c057b66 Add install-docker script 2023-11-01 14:49:25 -05:00