first commit

This commit is contained in:
Kelly Thomas Reardon
2024-08-27 14:20:20 -05:00
commit 79d18692be
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM mcr.microsoft.com/powershell
WORKDIR /data
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"]