Updates for react release

This commit is contained in:
David Bomba
2024-04-05 08:45:03 +11:00
parent b2e03ce544
commit c6b44487f3

View File

@@ -18,8 +18,9 @@ RUN mkdir -p /var/www/app \
WORKDIR /var/www/app
RUN rm -f /var/www/app/public/main.*
RUN rm -f /var/www/app/public/flutter*
RUN echo ls -l
RUN cp /var/www/app/ui/dist/index.html /var/www/app/resources/views/react/index.blade.php
# Prepare php image
FROM php:${PHP_VERSION}-fpm-alpine as phpbuild