mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-11 19:07:32 +01:00
debugging
This commit is contained in:
parent
02c9934896
commit
3cb2540794
@ -3,6 +3,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/API.csproj
|
||||
RUN dotnet publish -c Release -o /publish
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user