diff --git a/frontend/frontend-testing.sh b/frontend/frontend-testing.sh index 454f9a12..bfa93481 100644 --- a/frontend/frontend-testing.sh +++ b/frontend/frontend-testing.sh @@ -67,7 +67,7 @@ Routes+=( ALL_ROUTES=("${Routes[@]}") -# Stop frontend container to so it test unpushed changes to shuffle-frontend container +# Stop frontend container to so it test unpushed changes docker stop shuffle-frontend # Install dependencies @@ -101,4 +101,4 @@ echo "Testing complete. See above logs for errors if any." echo "Starting shuffle-frontend container..." docker start shuffle-frontend echo "shuffle-frontend started successfully." -exit 0 \ No newline at end of file +exit 0