Fixes for build

This commit is contained in:
David Bomba
2024-06-09 11:38:04 +10:00
parent 81617a3dec
commit 51294f6b76

View File

@@ -18,10 +18,6 @@ RUN mkdir -p /var/www/app \
WORKDIR /var/www/app
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