Compare commits
No commits in common. "cda07bb9aa9d5698a743b96151ead30a6f7f65e8" and "ce1c4d3f651acada4cd1881483dfe7df7e9c4c20" have entirely different histories.
cda07bb9aa
...
ce1c4d3f65
@ -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 --property:OutputPath=/publish -maxcpucount:1
|
||||
RUN dotnet publish -c Release -o /publish -maxcpucount:1
|
||||
|
||||
FROM base AS runtime
|
||||
EXPOSE 6531
|
||||
|
Loading…
Reference in New Issue
Block a user