Move all files to fractal/

This commit is contained in:
Oliver Davies 2025-09-29 22:16:27 +01:00
parent 35837b6c3f
commit 666b9de29b
18 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
services:
node:
command: "yarn fractal start --sync --port ${DOCKER_WEB_PORT:-3000}"
ports:
- "${DOCKER_WEB_PORT:-3000}:${DOCKER_WEB_PORT:-3000}"