Skip to content
Snippets Groups Projects
Commit 53120678 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

removed laravel.log symlink this is configured in .env

parent cf422f28
No related branches found
No related tags found
1 merge request!1516removed laravel.log symlink this is configured in .env
...@@ -41,8 +41,6 @@ COPY config/nginx.conf /etc/nginx/nginx.conf ...@@ -41,8 +41,6 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
COPY config/nginx-default.conf /etc/nginx/conf.d/default.conf COPY config/nginx-default.conf /etc/nginx/conf.d/default.conf
COPY --chown=root:nginx . /html COPY --chown=root:nginx . /html
RUN ln -s /dev/stdout /html/storage/logs/laravel.log
CMD chown -R root:nginx storage/logs/metager bootstrap/cache && \ CMD chown -R root:nginx storage/logs/metager bootstrap/cache && \
chmod -R g+w storage/logs/metager bootstrap/cache && \ chmod -R g+w storage/logs/metager bootstrap/cache && \
/etc/init.d/cron start && \ /etc/init.d/cron start && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment