feat: Add a Docker run script to start the PlexPlaylistSync container.

This commit is contained in:
2025-11-30 02:27:21 +09:00
parent 2718d817d9
commit 3719cda819
+6
View File
@@ -0,0 +1,6 @@
Write-Output "Starting PlexPlaylistSync Docker Container..."
Set-Location ./frontend
npm run build
Set-Location ..
docker compose down
docker compose up --build