mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-24 23:28:35 +08:00
10 lines
166 B
YAML
10 lines
166 B
YAML
services:
|
|
app:
|
|
image: infinite-canvas:local
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
restart: unless-stopped
|