Projekt_IO/scripts/start.bat

9 lines
194 B
Batchfile
Raw Normal View History

@echo off
chcp 65001 >nul
2024-01-20 18:06:54 +01:00
cd %~dp0
docker compose -f ../docker/docker-compose.yml up cat-detection -d
if %errorlevel% neq 0 (
echo Starting docker container failed.
exit /b 1
)