chore: add docker deployment support
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
app:
|
||||
container_name: agentblock-dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
environment:
|
||||
DISABLE_HMR: "false"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
Reference in New Issue
Block a user