Refactor: Moved app source code back to 'src/' directory for cleaner Docker build context
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user