add message to dev script

This commit is contained in:
b1ek 2023-03-12 00:02:07 +10:00
parent 22bd53cbe6
commit b32f26c976
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 1 deletions

3
dev.sh
View File

@ -5,4 +5,5 @@ cp Dockerfile.dev Dockerfile
docker-compose build
echo -e "\033[1;32mDevelopment environment set up successfully\033[0m\n"
echo -e "\033[1;32mDevelopment environment set up successfully\033[0m"
echo -e "Start it up with \033[1;32mdocker-compose up -d\033[0m!\n"