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

Update Dockerfile

parent a8cc956c
No related branches found
No related tags found
1 merge request!20merge from develop
Pipeline #10289 passed
......@@ -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.
Finish editing this message first!
Please register or to comment