removing sast - updated dockerfile for best practies
Build and Push Docker Image / build (push) Successful in 39s

This commit is contained in:
2026-05-10 22:32:46 -05:00
parent 76ddfcca2f
commit bd9165311f
2 changed files with 18 additions and 16 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
FROM mcr.microsoft.com/powershell
USER 1000:1000
ENV SCHEDULE=60
ENV GLUETUNFORWARDEDPORTFILE="/tmp/forwarded_port"
VOLUME /tmp
WORKDIR /data
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]
COPY ["Start-QBTGluetunPortMgr.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"]