6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
services:
|
|
node:
|
|
command: "yarn fractal start --sync --port ${DOCKER_WEB_PORT:-3000}"
|
|
ports:
|
|
- "${DOCKER_WEB_PORT:-3000}:${DOCKER_WEB_PORT:-3000}"
|