dockerize project #3
@ -6,8 +6,6 @@
|
||||
|
||||
<Directory /var/www/project/public>
|
||||
AllowOverride All
|
||||
Order Allow,Deny
|
||||
Require all granted
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
</IfModule>
|
||||
|
@ -3,6 +3,8 @@ FROM php:8.2-apache
|
||||
COPY . /var/www/project/
|
||||
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 \
|
||||
&& 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