You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "\033[31mOops! \033[91mLooks like the \033[93m.env \033[91mfile is missing. 😱\n\033[96mPlease ensure the \033[93m.env \033[96mfile exists before running this command.\033[0m"; \
exit 1; \
fi; \
docker compose --profile bidder up --build -d
down:
@echo "\033[96mShutting down services from default docker compose file...\033[0m"
docker compose --profile bidder down --remove-orphans