mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
12 lines
177 B
YAML
12 lines
177 B
YAML
version: "3"
|
|
services:
|
|
bolt:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules
|