feat: add docker compose

This commit is contained in:
Sidharth Vinod
2021-09-25 12:35:37 +05:30
parent 15ad228b6e
commit a2084bbf42
7 changed files with 52 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.7'
services:
mermaid:
build:
context: .
dockerfile: Dockerfile.dev
volumes:
- ./src:/app/src
ports:
- 8080:8080
- 24678:24678