Skip to content

Instantly share code, notes, and snippets.

@berkslv
Created March 26, 2023 02:25
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 berkslv/12154458f306823b3a9a91fe21fd421b to your computer and use it in GitHub Desktop.
Save berkslv/12154458f306823b3a9a91fe21fd421b to your computer and use it in GitHub Desktop.
React deployment
version: '3'
services:
my-react-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
volumes:
- ./ngnix.conf:/etc/nginx/conf.d/default.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment