awesome-compose/react-nginx/docker-compose.yml
phamthainb 61b0edf2ca add react-nginx
Signed-off-by: phamthainb <phamthai4643@gmail.com>
2021-03-29 13:29:16 +07:00

9 lines
121 B
YAML
Executable File

version: "2"
services:
frontend:
build:
context: .
container_name: frontend
ports:
- "3000:80"