Skip to content
Snippets Groups Projects
Commit c0e38239 authored by Lucca Santangelo Dodera's avatar Lucca Santangelo Dodera
Browse files

Update Dockerfile

parent a8cc956c
Branches
Tags
1 merge request!20merge from develop
Pipeline #10289 passed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -7,7 +7,6 @@ WORKDIR /src
COPY Tsi1.Api/*.csproj ./Tsi1.Api/
COPY Tsi1.BusinessLayer/*.csproj ./Tsi1.BusinessLayer/
COPY Tsi1.DataLayer/*.csproj ./Tsi1.DataLayer/
RUN dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p 111111
RUN dotnet restore ./Tsi1.Api/Tsi1.Api.csproj
# copy everything else and build app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment