Skip to content

Instantly share code, notes, and snippets.

@sw360cab
Last active April 23, 2023 15:19
Show Gist options
  • Save sw360cab/dc2b5f3ad346f34cf5557d75688781a9 to your computer and use it in GitHub Desktop.
Save sw360cab/dc2b5f3ad346f34cf5557d75688781a9 to your computer and use it in GitHub Desktop.
One line deploy of current directory into NGINX
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