File size: 207 Bytes
21e6af8
f970651
 
 
 
21e6af8
f970651
1
2
3
4
5
6
7
8
$ErrorActionPreference = "Stop"

$port = (Get-Content -Raw "port.json" | ConvertFrom-Json).port
$imageName = "biopython-mcp"

docker build -t $imageName .
docker run --rm -it -p "${port}:${port}" $imageName