diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-07-12 19:14:58 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-07-12 19:14:58 +0000 |
| commit | 17f94d8cc0139aee5119837101cad173908f1736 (patch) | |
| tree | 8ab2ac6a97d780502313c3edb3873bf72288d5a9 /Dockerfile | |
| download | gps-precision-17f94d8cc0139aee5119837101cad173908f1736.tar.gz gps-precision-17f94d8cc0139aee5119837101cad173908f1736.zip | |
initial commit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e7b0503 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html/ +RUN chmod 555 -R /usr/share/nginx/html |
