blob: 97e4ecbdd5b34603bdeb038365547c5a8201e829 [file] [log] [blame]
simon3c67a472022-09-11 01:30:02 -04001version: "3"
2
3services:
4 jami-web:
5 build: .
6 image: jami-web
7 volumes:
8 - ./client:/app/client
9 ports:
10 - "3000:3000"
11 stdin_open: true