Integrate frontend UI into backend container and update Dockerfile to multi-stage build
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
image: redis:alpine
|
||||
container_name: ads-analytics-redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "6380:6379"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user