6 lines
164 B
Docker
6 lines
164 B
Docker
FROM mcr.microsoft.com/powershell
|
|
|
|
WORKDIR /data
|
|
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]
|
|
|
|
ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"] |