commit 79d18692bebf92283baa41939ad307b4a5bbbdcb Author: Kelly Thomas Reardon Date: Tue Aug 27 14:20:20 2024 -0500 first commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a669cb8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM mcr.microsoft.com/powershell + +WORKDIR /data +ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"] + +ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"] \ No newline at end of file diff --git a/Start-QBTGluetunPortMgr.ps1 b/Start-QBTGluetunPortMgr.ps1 new file mode 100644 index 0000000..e69de29