diff --git a/Dockerfile b/Dockerfile index 11a87ed..bc4b611 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS Build LABEL maintainer="David Leon " # Message to show the platform -RUN echo "Building for $TARGETPLATFORM" +RUN echo "Building for $BUILDPLATFORM" # Global args re-mapped for this stage ARG INCLUDE_NPM_ARG