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.prod.yml

12 lines
125 B
YAML
Raw Normal View History

2019-03-03 14:12:58 +00:00
version: "2.3"
services:
frontend:
build:
target: prod
restart: unless-stopped
ports:
- "80:80"