mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
8 lines
110 B
YAML
8 lines
110 B
YAML
version: '2'
|
|
services:
|
|
luma-gl:
|
|
build: .
|
|
volumes:
|
|
- .:/luma-gl
|
|
- /luma-gl/node_modules/
|