Created
January 26, 2020 18:56
-
-
Save akmamun/5ba58fed93f5494e02ea523a3539c323 to your computer and use it in GitHub Desktop.
Docker Serve React Build Pack with Nginx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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