UNPKG

cra-template-sdlc-rrdc

Version:

A base template for Create React App SDLC with Router, Redux, Docker & Cypress.

12 lines (10 loc) 260 B
version: '3.9' services: # TODO: Rename sdlc-rrdc-prod to your application name (eg: my-app-prod) docker-react-prod: container_name: sldc-rrdc-prod build: context: . dockerfile: Dockerfile.prod ports: - '1337:80'