Remove Dockerfile and update configuration to use Local.Dockerfile
The Dockerfile was deleted as part of cleanup and consolidation efforts. Updated the configuration documentation to reference Local.Dockerfile instead for building the web-agent.
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
web-agent:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: Local.Dockerfile
|
||||
ports:
|
||||
- "3006:3006"
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user