Merge branch 'fix/slice-error' into 'master'

fix caddy error

See merge request CIEFWorldwideSdnBhd/exchange!116
This commit is contained in:
Jack Goh
2018-08-13 07:55:00 +00:00
+1
View File
@@ -13,6 +13,7 @@ RUN curl --silent --show-error --fail --location \
COPY Caddyfile /etc/Caddyfile
WORKDIR /var/www
RUN mkdir -f /var/www/public/storage
RUN ln -sf /var/www/storage/app/public /var/www/public/storage
CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]