flask_react_playground/docker-compose.yml

15 lines
260 B
YAML
Raw Permalink Normal View History

2021-04-19 23:24:25 +00:00
version: '3.7'
services:
client:
build:
context: ./frontend
dockerfile: Dockerfile
tty: true
ports:
- "3000:3000"
volumes:
- ./frontend:/app
- /app/node_modules