mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
docker: add composer back
This commit is contained in:
parent
d4b9972600
commit
a07ba8c76c
1 changed files with 3 additions and 0 deletions
|
|
@ -27,4 +27,7 @@ RUN docker-php-ext-install pdo_pgsql && docker-php-ext-enable pdo_pgsql
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
|
||||||
RUN echo "apc.enable_cli=1" >> "$PHP_INI_DIR/php.ini"
|
RUN echo "apc.enable_cli=1" >> "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
|
# Only used on GHA
|
||||||
|
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue