Add 'start' script and update Dockerfile configuration
Added a 'start' script for Docker Compose to streamline setup and removed redundant 'compose:up' script. Updated Dockerfile references in compose.yml to clarify usage for arm64 and x86 architectures.
This commit is contained in:
@@ -2,7 +2,8 @@ services:
|
||||
agent-server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Local.Dockerfile
|
||||
dockerfile: Local.Dockerfile # use for arm64,
|
||||
# dockerfile: Remote.Dockerfile # use for x86,
|
||||
ports:
|
||||
- "3006:3006"
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user