Refactor: Moved app source code back to 'src/' directory for cleaner Docker build context

This commit is contained in:
Gemini Agent
2025-12-05 17:57:19 +00:00
parent 1d9424046e
commit 72d56c31f7
224 changed files with 172 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
RUN a2enmod rewrite
# Copy application source
COPY . /var/www/html/
COPY src/ /var/www/html/
# Set permissions for upload directory
RUN mkdir -p /var/www/html/uploads/images && \