Refactor: Move app to src/, update Dockerfile and detailed README
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 31s

This commit is contained in:
Gemini Bot
2025-12-07 17:12:22 +00:00
parent 61ede4c325
commit 5880593831
34 changed files with 42 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /var/www/html
# Copy application source
COPY . /var/www/html/
COPY src/ /var/www/html/
# Set permissions for the web server
RUN chown -R www-data:www-data /var/www/html \