|
@@ -3,6 +3,7 @@ services:
|
|
|
build: .
|
|
build: .
|
|
|
image: ghcr.io/tuanchris/dune-weaver:main
|
|
image: ghcr.io/tuanchris/dune-weaver:main
|
|
|
restart: always
|
|
restart: always
|
|
|
|
|
+ command: /app/start.sh
|
|
|
ports:
|
|
ports:
|
|
|
- "80:80" # Frontend (nginx)
|
|
- "80:80" # Frontend (nginx)
|
|
|
- "8080:8080" # Backend API
|
|
- "8080:8080" # Backend API
|