mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
remove debug
This commit is contained in:
parent
2cd2b6842d
commit
18323f9f51
@ -3,7 +3,6 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
|
FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . /src/
|
COPY . /src/
|
||||||
RUN ls -l /src
|
|
||||||
RUN dotnet restore /src/API/API.csproj
|
RUN dotnet restore /src/API/API.csproj
|
||||||
RUN dotnet publish -c Release -o /publish
|
RUN dotnet publish -c Release -o /publish
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user