Skip to content

Instantly share code, notes, and snippets.

@boltathi24
Created July 27, 2021 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boltathi24/378412fd1a8ce9a40702295fd9a1df0f to your computer and use it in GitHub Desktop.
Save boltathi24/378412fd1a8ce9a40702295fd9a1df0f to your computer and use it in GitHub Desktop.
docker-compose.yml configuration for React App
version: '3.7'
services:
nameis:
container_name: devportfolio
build:
context: .
dockerfile: Dockerfile
image: react:app
ports:
- '3000:3000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment