automated push from the terminal

This commit is contained in:
2025-06-13 15:43:24 -04:00
parent 2ddbf31e24
commit 5bae9900e8
70 changed files with 1072 additions and 724 deletions

5
legacy/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 . .