fix panel log folder
resolves #4838 Fixes an issue with the log symlink as well
This commit is contained in:
parent
04d83edd36
commit
aa2f797f6f
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ RUN apk add --no-cache --update ca-certificates dcron curl git supervisor tar un
|
|||
&& chmod 777 -R bootstrap storage \
|
||||
&& composer install --no-dev --optimize-autoloader \
|
||||
&& rm -rf .env bootstrap/cache/*.php \
|
||||
&& mkdir -p /app/storage/logs/ \
|
||||
&& chown -R nginx:nginx .
|
||||
|
||||
RUN rm /usr/local/etc/php-fpm.conf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue