From ff8dd6edff9dc52fad9273c43b772feda89e33fd Mon Sep 17 00:00:00 2001 From: Guanyc Date: Tue, 3 Jan 2017 19:40:08 +0800 Subject: [PATCH] Clean Dockerfile --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index e22f2fd..d58307d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,6 @@ FROM microsoft/aspnet -#ARG site_root=/Orchard Add download.ps1 /download.ps1 - RUN powershell.exe -ExecutionPolicy RemoteSigned -noninteractive -File /download.ps1 -#ADD ${site_root} /inetpub/wwwroot -#RUN icacls c:\inetpub\wwwroot\App_data /T /grant IIS_IUSRS:M -#RUN icacls c:\inetpub\wwwroot\Media /T /grant IIS_IUSRS:M -#ADD setacl.ps1 /inetpub -#RUN powershell.exe -ExecutionPolicy RemoteSigned -noninteractive -File /inetpub/setacl.ps1 - EXPOSE 80 - -#ENTRYPOINT ["C:\\ServiceMonitor.exe", "w3svc"] \ No newline at end of file