diff --git a/Dockerfile b/Dockerfile
index 379f5c74cbe124a7008b65b23d00884539233a9f..f61fe3c49c69ad49eff14fb683f9a5ecf6f6c9a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,8 +41,6 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
 COPY config/nginx-default.conf /etc/nginx/conf.d/default.conf
 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 && \
     chmod -R g+w storage/logs/metager bootstrap/cache && \
     /etc/init.d/cron start && \