Integrate frontend UI into backend container and update Dockerfile to multi-stage build

This commit is contained in:
Hamza-Ayed
2026-03-30 17:46:55 +03:00
parent 574ff63ff3
commit ba8906ddef
5 changed files with 23 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ services:
image: redis:alpine
container_name: ads-analytics-redis
ports:
- "6379:6379"
- "6380:6379"
restart: always
volumes: