Projekt_IO/scripts/start.bat

8 lines
185 B
Batchfile
Raw Normal View History

@echo off
chcp 65001 >nul
docker compose -f ../docker/docker-compose.yml up cat-detection -d
if %errorlevel% neq 0 (
echo Starting docker container failed.
exit /b 1
)