Dockerfile 421 B

123456789
  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 c:/Services/Analis/
  6. COPY analis-default.conf infodent.ini entrypoint.ps1 c:/Services/Analis/
  7. ENTRYPOINT ["powershell.exe","c:/Services/Analis/entrypoint.ps1"]
  8. #ENTRYPOINT C:\\Services\\Analis\\AnalisServer.exe