Last active
April 23, 2023 15:19
-
-
Save sw360cab/dc2b5f3ad346f34cf5557d75688781a9 to your computer and use it in GitHub Desktop.
One line deploy of current directory into 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 -d --name nginx -p 8080:80 -v $(pwd):/usr/share/nginx/html:ro nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment