Update Dockerfile
This commit is contained in:
parent
a5ff5c6e07
commit
4dd564ea03
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build-env
|
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build-env
|
||||||
WORKDIR /lrm
|
WORKDIR /lrm
|
||||||
COPY . .
|
COPY ./ServerProject-DONT-IMPORT-INTO-UNITY/* ./
|
||||||
RUN dotnet publish --runtime ubuntu.20.04-x64 -c Release -o out
|
RUN dotnet publish --runtime ubuntu.20.04-x64 -c Release -o out
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue