aboutsummaryrefslogtreecommitdiffstats
path: root/web/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Dockerfile')
-rw-r--r--web/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/Dockerfile b/web/Dockerfile
new file mode 100644
index 0000000..d728eb4
--- /dev/null
+++ b/web/Dockerfile
@@ -0,0 +1,3 @@
+FROM nginx:alpine
+COPY . /usr/share/nginx/html
+RUN chmod 555 -R /usr/share/nginx/html