cd ${ROOT}/../cherrypicks_frontend; \
docker compose up -d --force-recreate --remove-orphans --build
Semi colon at the end of all lines is very important.
cd ${ROOT}/../cherrypicks_frontend; \
docker compose up -d --force-recreate --remove-orphans --build
Semi colon at the end of all lines is very important.