mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
10 lines
110 B
YAML
10 lines
110 B
YAML
version: '2'
|
|
|
|
services:
|
|
web:
|
|
build: ./
|
|
volumes:
|
|
- ./:/usr/src/app
|
|
ports:
|
|
- 3000:3000
|