mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
Fix NETSDK1194 on build
This commit is contained in:
parent
52d0489a1b
commit
7c18466e95
@ -20,7 +20,7 @@ COPY Tranga/Tranga.csproj /src/Tranga/Tranga.csproj
|
||||
RUN dotnet restore /src/Tranga.sln
|
||||
|
||||
COPY . /src/
|
||||
RUN dotnet publish -c Release -o /publish -maxcpucount:1
|
||||
RUN dotnet publish -c Release --property:OutputPath=/publish -maxcpucount:1
|
||||
|
||||
FROM base AS runtime
|
||||
EXPOSE 6531
|
||||
|
Loading…
x
Reference in New Issue
Block a user