Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Test-CICD-Project-NgVu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nguyenvu
Test-CICD-Project-NgVu
Commits
d1288de7
Commit
d1288de7
authored
May 18, 2021
by
nguyenvu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update cicd
parent
f71ec691
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+0
-1
cicd
cicd
+1
-1
No files found.
Dockerfile
View file @
d1288de7
FROM
mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
WORKDIR
/app
COPY
./ ./
RUN
ls
-la
RUN
dotnet restore
WORKDIR
/app/MEU.API
RUN
dotnet publish
-c
Release
-o
out
...
...
cicd
@
40603dc4
Subproject commit
db0e25e70506eb48094def676205527115ce462d
Subproject commit
40603dc447715b6b4139c199441948c1d30fe1a8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment