7 lines
161 B
PowerShell
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
|