summaryrefslogtreecommitdiff
path: root/docker-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-run.sh')
-rwxr-xr-xdocker-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-run.sh b/docker-run.sh
new file mode 100755
index 0000000..c6b10df
--- /dev/null
+++ b/docker-run.sh
@@ -0,0 +1 @@
+docker run -it -v $PWD/www:/usr/share/nginx/html:ro -p 80:80 nginx:latest