mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
22 lines
498 B
YAML
22 lines
498 B
YAML
services:
|
|
excalidraw:
|
|
build:
|
|
context: .
|
|
dockerfile: dev.Dockerfile
|
|
command: yarn start:dev:docker
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: ./packages
|
|
target: /app/packages
|
|
ignore:
|
|
- node_modules/
|
|
- action: sync
|
|
path: ./excalidraw-app
|
|
target: /app/excalidraw-app
|
|
ignore:
|
|
- node_modules/
|
|
- action: rebuild
|
|
path: package.json
|
|
ports:
|
|
- 3000:3000
|