diff --git a/src/FilterLists.Agent/Dockerfile b/src/FilterLists.Agent/Dockerfile index ea4486fee..8845bf2ec 100644 --- a/src/FilterLists.Agent/Dockerfile +++ b/src/FilterLists.Agent/Dockerfile @@ -16,7 +16,7 @@ RUN dotnet restore # build COPY src/FilterLists.Agent/. . -RUN dotnet build -c Release -r linux-musl-x64 -o out --no-restore +RUN dotnet build -c Release -r linux-musl-x64 --no-restore # init Agent.Tests FROM build AS test-agent