This commit is contained in:
Olusesan Ameye
2022-10-02 00:28:40 +00:00
parent 2b1bbcc42e
commit f677b2259d
+1 -1
View File
@@ -50,6 +50,6 @@ RUN useradd -G www-data,root -u $uid -d /home/devuser devuser
RUN mkdir -p /home/devuser/.composer && \
chown -R devuser:devuser /home/devuser
RUN cd /var/www/html && composer install
RUN chmod -R a+w /var/www/writable
RUN chmod -R a+w /var/www/html/writable
EXPOSE 80