summaryrefslogtreecommitdiff
path: root/docker-run.sh
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-21 13:58:14 -0500
committerStephen Enders <senders@spotify.com>2019-01-21 13:58:14 -0500
commitf8bc07f42f3866d32c777c0f3b6300fd99a4e2e2 (patch)
tree31ccaf9d0e5bb607e99411e5ceed60df98839d25 /docker-run.sh
parentca52caeb2a768ba2f8847097c669b66f0e7bc214 (diff)
Added www and index files
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