Add build directive to docker-compose for rego-tunnel
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,9 @@ version: '3.9'
|
|||||||
services:
|
services:
|
||||||
rego-tunnel:
|
rego-tunnel:
|
||||||
container_name: rego-tunnel
|
container_name: rego-tunnel
|
||||||
|
build:
|
||||||
|
context: ./build
|
||||||
|
dockerfile: Dockerfile
|
||||||
image: rego-windows:latest
|
image: rego-windows:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
|
|||||||
Reference in New Issue
Block a user