Commit d1288de7 authored by nguyenvu's avatar nguyenvu

update cicd

parent f71ec691
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment