Skip to content

Instantly share code, notes, and snippets.

@akmamun
Created January 26, 2020 18:56
Show Gist options
  • Save akmamun/5ba58fed93f5494e02ea523a3539c323 to your computer and use it in GitHub Desktop.
Save akmamun/5ba58fed93f5494e02ea523a3539c323 to your computer and use it in GitHub Desktop.
Docker Serve React Build Pack with Nginx
docker run --mount type=bind,source="$(pwd)"/build,target=/usr/share/nginx/html -p 8080:80 nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment