Skip to content

Commit 3ad4240

Browse files
Update Dockerfilewindows
1 parent 718d0d9 commit 3ad4240

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FileProcessor/Dockerfilewindows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN dotnet build "FileProcessor.csproj" -c Release -o /app/build
1414
WORKDIR "/src"
1515
RUN %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command Import-PfxCertificate -FilePath "Certificates/aspnetapp-root-cert.pfx" -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -CertStoreLocation Cert:\LocalMachine\Root
1616

17+
WORKDIR "/src/FileProcessor"
1718
FROM build AS publish
1819
RUN dotnet publish "FileProcessor.csproj" -c Release -o /app/publish
1920

0 commit comments

Comments
 (0)