diff --git a/Dockerfile b/Dockerfile index 73b0dd4..3b87bf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY "/Code/src/WeatherStationProject.Dashboard.Data" "/src/WeatherStationProjec WORKDIR "/src/$PROJECT_NAME_ARG" # Deploy the app and dependencies into a deployable unit -RUN dotnet publish "./$PROJECT_NAME_ARG.csproj" --configuration Release --output "/app/publish" --runtime linux-arm64 --self-contained --verbosity detailed +RUN dotnet publish "./$PROJECT_NAME_ARG.csproj" --configuration Release --output "/app/publish" --runtime linux-arm64 --self-contained # Pull down the image which includes only the ASP.NET core runtime FROM --platform=$PLATFORMS_ARG mcr.microsoft.com/dotnet/aspnet:8.0-alpine