Finished testing

This commit is contained in:
Derek S 2021-04-08 05:34:52 -05:00 committed by GitHub
parent 28d157bffc
commit b6d6687707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
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 /lrm
COPY . . COPY . .
ARG BUILD_MODE="Debug" ARG BUILD_MODE="Release"
RUN dotnet publish \ RUN dotnet publish \
--output /build/ \ --output /build/ \
--configuration $BUILD_MODE \ --configuration $BUILD_MODE \