first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
FROM mcr.microsoft.com/powershell
|
||||||
|
|
||||||
|
WORKDIR /data
|
||||||
|
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]
|
||||||
|
|
||||||
|
ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"]
|
||||||
Reference in New Issue
Block a user