Add subdomain proxy on unix socket and test

This commit is contained in:
2025-06-25 15:45:29 -07:00
parent 6de5e6b847
commit 50bb79533d
5 changed files with 56 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ test:
-v $(PWD):/opt/app \
--network no-internet \
--add-host=domain.abc=$(loopback) \
--add-host=git.domain.abc=$(loopback) \
$(image)); \
docker exec -t $$ct busted; \
docker exec $$ct openresty -s stop