removing sast - updated dockerfile for best practies
Build and Push Docker Image / build (push) Successful in 39s
Build and Push Docker Image / build (push) Successful in 39s
This commit is contained in:
+3
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user