This commit is contained in:
2022-06-13 21:36:11 -04:00
parent d7d671fb51
commit 119cdd2b95
16 changed files with 628 additions and 156 deletions

View File

@ -7,6 +7,6 @@ RUN docker-php-ext-install zip
RUN pecl install xdebug-3.1.1 \
&& docker-php-ext-enable xdebug
WORKDIR /code
WORKDIR /app/ui
COPY --from=composer /usr/bin/composer /usr/bin/composer