Cleanup old code
This commit is contained in:
@@ -68,6 +68,7 @@ services:
|
||||
- "${API_PORT:-5000}:5000"
|
||||
build:
|
||||
context: api
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
@@ -88,7 +89,7 @@ services:
|
||||
- ${UI_PORT:-3000}:3000
|
||||
build:
|
||||
context: ./ui/
|
||||
target: dev
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./ui/src:/app/src
|
||||
- ./ui/public:/app/public
|
||||
|
||||
Reference in New Issue
Block a user