mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Remove apache headers & rewrite module install from Dockerfile (not needed)
This commit is contained in:
parent
bc7d051ffa
commit
ddf4a16e84
1 changed files with 0 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue