mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix caddy build error
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
Reference in New Issue
Block a user