Skip to content

Instantly share code, notes, and snippets.

@samson-sham
Created September 3, 2019 02:25
Show Gist options
  • Save samson-sham/1f40b59156c08199ed248665db13fe20 to your computer and use it in GitHub Desktop.
Save samson-sham/1f40b59156c08199ed248665db13fe20 to your computer and use it in GitHub Desktop.
#!/bin/sh
docker run --rm -v $PWD:/usr/share/nginx/html:ro -p 3000:80 nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment