From 4dd564ea031aec9bd305f257c93e6f1491ed4936 Mon Sep 17 00:00:00 2001 From: Derek S <44935661+Derek-R-S@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:57:50 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91ab2a9..c2cc86b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build-env WORKDIR /lrm -COPY . . +COPY ./ServerProject-DONT-IMPORT-INTO-UNITY/* ./ RUN dotnet publish --runtime ubuntu.20.04-x64 -c Release -o out FROM mcr.microsoft.com/dotnet/aspnet:5.0