mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fix permission denied issue
This commit is contained in:
+1
-1
@@ -15,6 +15,6 @@ COPY Caddyfile /etc/Caddyfile
|
||||
WORKDIR /var/www/public
|
||||
RUN chown -R www-data:www-data /var/www
|
||||
RUN chown -R www-data:www-data /var/www/public
|
||||
RUN chmod -Rf 777 /var/www/storage/logs/laravel.log
|
||||
RUN chmod 777 /var/www/storage/logs/laravel.log
|
||||
|
||||
CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]
|
||||
Reference in New Issue
Block a user