File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
44mkdir -p /var/log/panel/logs/ /var/log/supervisord/ /var/log/nginx/ /var/log/php7/ \
55 && chmod 777 /var/log/panel/logs/ \
6- && ln -s /var/log/panel/ logs/ /app/storage/logs /
6+ && ln -s /app/storage/ logs/ /var/log/panel /
77
88# # check for .env file and generate app keys if missing
99if [ -f /app/var/.env ]; then
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN apk add --no-cache --update ca-certificates dcron curl git supervisor tar un
2323 && chmod 777 -R bootstrap storage \
2424 && composer install --no-dev --optimize-autoloader \
2525 && rm -rf .env bootstrap/cache/*.php \
26+ && mkdir -p /app/storage/logs/ \
2627 && chown -R nginx:nginx .
2728
2829RUN rm /usr/local/etc/php-fpm.conf \
You can’t perform that action at this time.
0 commit comments