fix booking not found bug

This commit is contained in:
Jack Goh
2018-08-13 15:04:36 +08:00
parent 0c7cd0b201
commit a68095f203
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ RUN curl --silent --show-error --fail --location \
COPY Caddyfile /etc/Caddyfile
WORKDIR /var/www
ADD ../storage/app/public .
RUN ln -sf /var/www/storage/app/public /var/www/public/storage
CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]