Typo in docker compose up hint (#4866)
This commit is contained in:
@ -122,7 +122,7 @@ fi
|
|||||||
# Ask user if he wants to start the project
|
# Ask user if he wants to start the project
|
||||||
read -p "🚀 Do you want to start the project now? (Y/n) " answer
|
read -p "🚀 Do you want to start the project now? (Y/n) " answer
|
||||||
if [ "$answer" = "n" ]; then
|
if [ "$answer" = "n" ]; then
|
||||||
echo "✅ Project setup completed. Run 'docker-compose up -d' to start."
|
echo "✅ Project setup completed. Run 'docker compose up -d' to start."
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "🐳 Starting Docker containers..."
|
echo "🐳 Starting Docker containers..."
|
||||||
|
|||||||
Reference in New Issue
Block a user