mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-11 22:37:54 +02:00
remove debug
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user