Dockerfile 344 B

1234567
  1. FROM microsoft/windowsservercore:10.0.14393.2724
  2. #FROM microsoft/nanoserver
  3. RUN reg add "HKCU\Control Panel\International" /F /V sShortDate /T REG_SZ /D dd.MM.yyyy
  4. RUN mkdir c:\Services\Analis
  5. COPY Infoclinica analis-default.conf infodent.ini entrypoint.ps1 c:/Services/Analis/
  6. ENTRYPOINT ["powershell.exe","c:/Services/Analis/entrypoint.ps1"]