Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsi1-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Sastre Marotta
tsi1-backend
Merge requests
!20
merge from develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
merge from develop
develop
into
master
Overview
0
Commits
39
Pipelines
1
Changes
1
Merged
Lucca Santangelo Dodera
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
39
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c0e38239
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c0e38239
Update Dockerfile
· c0e38239
Lucca Santangelo Dodera
authored
4 years ago
Tsi1.Api/Dockerfile
+
0
−
1
Options
@@ -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
\h
ttps
\a
spnetapp.pfx
-p
111111
RUN
dotnet restore ./Tsi1.Api/Tsi1.Api.csproj
# copy everything else and build app
Loading