This commit is contained in:
parent
edb59e3753
commit
d892ffed34
@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
<Directory /var/www/project/public>
|
<Directory /var/www/project/public>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order Allow,Deny
|
|
||||||
Require all granted
|
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -3,6 +3,8 @@ FROM php:8.2-apache
|
|||||||
COPY . /var/www/project/
|
COPY . /var/www/project/
|
||||||
COPY ./.docker/hosts/file-explorer.conf /etc/apache2/sites-enabled/file-explorer.conf
|
COPY ./.docker/hosts/file-explorer.conf /etc/apache2/sites-enabled/file-explorer.conf
|
||||||
|
|
||||||
|
RUN chown -R www-data:www-data /var/www/project
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -qq -y --no-install-recommends cron nano locales coreutils libicu-dev libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev;
|
&& apt-get install -qq -y --no-install-recommends cron nano locales coreutils libicu-dev libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user