UNPKG

319 BYAMLView Raw
1version: '2.4'
2
3services:
4 app:
5 build:
6 context: .
7 ports:
8 - '3000:3000'
9 - '5000:5000'
10 volumes:
11 # Mount source so we don't have to rebuild image on every file change
12 - './src:/usr/src/react-application-prototype/node_modules/@crystal-ball/webpack-base/src'
13 command: /bin/sh