- Override CMD to use /app/start.sh without rebuilding image - Works with pre-built images from registry Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -3,6 +3,7 @@ services:
build: .
image: ghcr.io/tuanchris/dune-weaver:main
restart: always
+ command: /app/start.sh
ports:
- "80:80" # Frontend (nginx)
- "8080:8080" # Backend API