added more functions

This commit is contained in:
2025-07-06 23:42:11 +00:00
parent 75ddfb9e09
commit b74b662e9a
6 changed files with 79 additions and 90 deletions

View File

@@ -5,7 +5,7 @@ FROM nginx:stable-alpine
RUN rm -rf /usr/share/nginx/html/*
# Copy the web application files (your index.html) to the Nginx web root directory
COPY index.html /usr/share/nginx/html/index.html
COPY pages/ /usr/share/nginx/html/
# Expose port 80 for HTTP traffic
EXPOSE 80