Removed not used file
This commit is contained in:
Родитель
2ca4a6c39d
Коммит
38bcad0c18
|
@ -1,15 +0,0 @@
|
|||
FROM microsoft/dotnet-framework:4.6.2
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
# install WCF services required components.
|
||||
RUN Add-WindowsFeature Web-Server; \
|
||||
Add-WindowsFeature NET-WCF-TCP-Activation45; \
|
||||
Add-WindowsFeature NET-WCF-HTTP-Activation45; \
|
||||
Add-WindowsFeature Web-WebSockets
|
||||
|
||||
ADD ServiceMonitor.exe /ServiceMonitor.exe
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["C:\\ServiceMonitor.exe", "w3svc"]
|
Загрузка…
Ссылка в новой задаче