Update Dockerfile
This commit is contained in:
parent
2e727db7c9
commit
daf4ad9b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ RUN dotnet publish LRM.sln --runtime ubuntu.20.04-x64 -c Release -o out
|
|||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||
WORKDIR /lrm
|
||||
COPY --from=build-env /app/out .
|
||||
COPY --from=build-env /out .
|
||||
|
||||
ENV NO_CONFIG="true"
|
||||
ENV TRANSPORT_CLASS="kcp2k.KcpTransport"
|
||||
|
|
|
|||
Loading…
Reference in a new issue