This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
reacttest/docker-compose.override.yml

16 lines
159 B
YAML
Raw Permalink Normal View History

2019-03-03 14:12:58 +00:00
version: "2.3"
services:
frontend:
build:
target: dev
restart: "no"
volumes:
- "./reactapp:/app"
ports:
- "8080:8080"