File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ARG FROM_IMAGE=mcr.microsoft.com/powershell:windowsservercore-ltsc2022
2+ FROM ${FROM_IMAGE}
3+
4+ LABEL maintainer "Devolutions Inc."
5+
6+ WORKDIR "C:\\ Devolutions\G ateway"
7+
8+ ENV DGATEWAY_EXECUTABLE_PATH="C:\\ Devolutions\G ateway\D evolutionsGateway.exe"
9+ ENV DGATEWAY_LIB_XMF_PATH="C:\\ Devolutions\G ateway\x mf.dll"
10+ ENV DGATEWAY_WEBAPP_PATH="C:\\ Devolutions\G ateway\w ebapp"
11+
12+ ADD webapp $DGATEWAY_WEBAPP_PATH
13+ ADD DevolutionsGateway C:\\ Devolutions\\ Gateway\\ PowerShell\\ Modules\\ DevolutionsGateway
14+ COPY DevolutionsGateway.exe $DGATEWAY_EXECUTABLE_PATH
15+ COPY xmf.dll $DGATEWAY_LIB_XMF_PATH
16+
17+ ENV PSModulePath="${PSModulePath}C:\\ Devolutions\\ Gateway\\ PowerShell\\ Modules;"
18+
19+ EXPOSE 8080
20+ EXPOSE 10256
21+
22+ ENTRYPOINT ["C:\\ Devolutions\\ Gateway\\ DevolutionsGateway.exe" ]
You can’t perform that action at this time.
0 commit comments