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:
geoffsee
2025-05-27 12:35:25 -04:00
parent e55156a74b
commit bb2073988f
2 changed files with 3 additions and 5 deletions

View File

@@ -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: