This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/compose.yml

9 lines
88 B
YAML

---
version: "3.8"
services:
magic-app:
build: ./
ports:
- "5000:5000"