mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm -o flag on build
This commit is contained in:
parent
c25b7692ee
commit
4290f919d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue