context 2
This commit is contained in:
parent
74289e43b7
commit
c108478039
@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
|
||||
WORKDIR /src
|
||||
COPY . /src/
|
||||
RUN ls -l /src
|
||||
RUN dotnet restore /src/API.csproj
|
||||
RUN dotnet restore /src/API/API.csproj
|
||||
RUN dotnet publish -c Release -o /publish
|
||||
|
||||
FROM glax/tranga-base:latest as runtime
|
||||
|
Loading…
Reference in New Issue
Block a user