remove debug

This commit is contained in:
glax 2023-07-21 00:22:41 +02:00
parent 2cd2b6842d
commit 18323f9f51

View File

@ -3,7 +3,6 @@
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