mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-18 20:34:03 +01:00
Updates for react release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user