aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2026-08-07 18:01:39 +0000
committers-ol <s+removethis@s-ol.nu>2026-08-07 18:06:37 +0000
commit57c87433ae490d2e8fe3a1f66936b5327f53f748 (patch)
tree0e8e16c55d9b49d56319a672bee668f6887ea736
parentweb: update crosshair while dragging (diff)
downloadt937-serial-57c87433ae490d2e8fe3a1f66936b5327f53f748.tar.gz
t937-serial-57c87433ae490d2e8fe3a1f66936b5327f53f748.zip
web: add 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