From 79d18692bebf92283baa41939ad307b4a5bbbdcb Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Tue, 27 Aug 2024 14:20:20 -0500 Subject: [PATCH] first commit --- Dockerfile | 6 ++++++ Start-QBTGluetunPortMgr.ps1 | 0 2 files changed, 6 insertions(+) create mode 100644 Dockerfile create mode 100644 Start-QBTGluetunPortMgr.ps1 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