File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.4 -fpm-alpine
1+ FROM php:8.0 -fpm-alpine
22
33COPY wait-for-it.sh /usr/bin/wait-for-it
44
@@ -10,6 +10,9 @@ RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql && \
1010 docker-php-ext-install -j$(nproc) opcache pdo_pgsql pgsql && \
1111 docker-php-ext-enable pdo_pgsql sodium
1212
13+ RUN apk add nodejs neovim ripgrep alpine-sdk --update && \
14+ git clone https://github.com/NvChad/NvChad ~/.config/nvim
15+
1316RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
1417
1518COPY --from=composer /usr/bin/composer /usr/bin/composer
Original file line number Diff line number Diff line change 11<?php
22
3- // phpinfo();
3+ phpinfo ();
44
55$ dbh = new PDO ('pgsql:host=db;dbname=postgres ' , 'postgres ' , 'postgres ' );
66
You can’t perform that action at this time.
0 commit comments