mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-07 23:17:25 +01:00
Fixes for build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user