Add VISA backend foundation
This commit is contained in:
@@ -11,3 +11,17 @@ services:
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
|
||||
api:
|
||||
container_name: agentblock-api-dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
command: npm run server
|
||||
environment:
|
||||
PORT: "4000"
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
|
||||
Reference in New Issue
Block a user