Moved Docker File

This commit is contained in:
Derek S 2022-01-06 13:49:58 -06:00
parent a4cd802288
commit 2f7a873044

View file

@ -1,5 +1,5 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS builder FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS builder
WORKDIR /lrm WORKDIR /ServerProject-DONT-IMPORT-INTO-UNITY/lrm
COPY . . COPY . .
ARG BUILD_MODE="Release" ARG BUILD_MODE="Release"
RUN dotnet publish \ RUN dotnet publish \