Remove apache headers & rewrite module install from Dockerfile (not needed)

This commit is contained in:
Dakota Gravitt 2025-07-25 23:09:42 -05:00
parent bc7d051ffa
commit ddf4a16e84

View file

@ -15,9 +15,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Enable Apache modules for security headers
RUN a2enmod headers rewrite
# Copy application files
COPY backend-php/ /var/www/html/
COPY frontend/ /var/www/html/