Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 215adc5

Browse files
committedNov 20, 2023
fix colors
1 parent 7061bdd commit 215adc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ run:
55
@echo "\033[0;34m[#] Building docker containers\033[0m"
66
docker compose --env-file ./.env -f docker-compose.yml up -d --build
77

8-
@echo "\e[32m[#] Containers are now running!\e[0m"
8+
@echo "\033[0;34m[#] Containers are now running!\033[0m"
99

1010
stop:
1111
@echo "\033[0;34m[#] Killing old docker processes\033[0m"
1212

1313
docker compose down -t 1
1414

15-
@echo "\e[32m[#] Containers are now stopped!\e[0m"
15+
@echo "\033[0;34m[#] Containers are now stopped!\033[0m"

0 commit comments

Comments
 (0)
This repository has been archived.