fix caddy build error

This commit is contained in:
Jack Goh
2018-07-27 12:39:06 +08:00
parent 3afa7bd539
commit e0a3969d3e
+1 -1
View File
@@ -13,6 +13,6 @@ RUN curl --silent --show-error --fail --location \
COPY Caddyfile /etc/Caddyfile COPY Caddyfile /etc/Caddyfile
WORKDIR /var/www 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"] CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]