Files
PlexPlaylistSync/docker-run.ps1
T

7 lines
161 B
PowerShell

Write-Output "Starting PlexPlaylistSync Docker Container..."
Set-Location ./frontend
npm run build
Set-Location ..
docker compose down
docker compose up --build