Testing Debug Build Mode
This commit is contained in:
parent
544e949d5f
commit
28d157bffc
1 changed files with 2 additions and 2 deletions
|
|
@ -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="Release"
|
ARG BUILD_MODE="Debug"
|
||||||
RUN dotnet publish \
|
RUN dotnet publish \
|
||||||
--output /build/ \
|
--output /build/ \
|
||||||
--configuration $BUILD_MODE \
|
--configuration $BUILD_MODE \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue