mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
test web build trigger
This commit is contained in:
parent
4d09ff8919
commit
c108b45e94
1 changed files with 2 additions and 0 deletions
|
|
@ -26,3 +26,5 @@ RUN dotnet publish -c Release -o out --no-restore
|
|||
# run
|
||||
FROM runtime
|
||||
COPY --from=build /src/FilterLists.Web/out ./
|
||||
|
||||
# test build trigger
|
||||
|
|
|
|||
Loading…
Reference in a new issue