DocSpace-client/build/start/restart.backend.docker.bat

7 lines
66 B
Batchfile

@echo off
pwsh %~dp0/restart.backend.docker.ps1 %*
echo.
pause