werefox-cafe/docker-compose.yml

14 lines
236 B
YAML

---
version: "3"
services:
"werefox-dev":
image: next-js:latest
container_name: werefox-dev
build: .
volumes:
- ./src:/usr/src/app/
ports:
- "3444:3444"
command: bash -c "cd info && npm run $MODE"