From e0a3969d3ec46b092b62f1e67adfa84756e6cb23 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Fri, 27 Jul 2018 12:39:06 +0800 Subject: [PATCH] fix caddy build error --- caddy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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