rm -o flag on build

This commit is contained in:
Collin M. Barrett 2019-07-16 08:33:56 -05:00
parent c25b7692ee
commit 4290f919d6

View file

@ -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