automated terminal push

This commit is contained in:
2025-05-28 20:31:55 -04:00
parent c3e4f22f30
commit 1e858e7284
9 changed files with 108 additions and 1 deletions

5
Dockerfile Executable file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .