diff --git a/caddy/Dockerfile b/caddy/Dockerfile index 8fe448cd..bff61e5d 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -13,6 +13,6 @@ RUN curl --silent --show-error --fail --location \ COPY Caddyfile /etc/Caddyfile WORKDIR /var/www -RUN php artisan storage:link +RUN ln -sf /var/www/storage/app/public /var/www/public CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"] \ No newline at end of file