This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-obs-layouts/docker-compose.yml
2021-10-09 23:24:29 +00:00

14 lines
298 B
YAML

---
version: "3"
services:
werefox-obs-layouts:
image: next-js:latest
container_name: werefox-obs-layouts
build:
context: .
dockerfile: Dockerfile
volumes:
- ./src:/usr/src/
ports:
- "64209:64209"
command: bash -c "cd $APP_FOLDER && npm run $MODE"