Files
stellars-jupyterhub-ds/scripts/start.bat
2025-07-17 15:52:55 +02:00

11 lines
168 B
Batchfile
Executable File

@echo off
REM Change directory to where the script is
cd /d "%~dp0"
docker.exe compose --env-file ..\.env -f ..\compose.yml up --no-recreate --no-build -d
REM EOF