feat: Add a Docker run script to start the PlexPlaylistSync container.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user