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