mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
Fix write permition
This commit is contained in:
parent
60845e036c
commit
8e9fe18ecd
@ -3,4 +3,7 @@ FROM php:7-apache
|
||||
ADD ./ /var/www/html/
|
||||
COPY ./uploads.ini /usr/local/etc/php/conf.d/uploads.ini
|
||||
|
||||
RUN chmod -R 777 /var/www/html/DB && \
|
||||
chmod -R 777 /var/www/html/ARTEFACTS
|
||||
|
||||
RUN a2enmod rewrite
|
Loading…
x
Reference in New Issue
Block a user