Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 14a883c commit 63d33f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.seeder
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM composer:2 AS migrate
WORKDIR /app

RUN apk add --no-cache php82-pdo_pgsql php82-pgsql php82-pecl-redis php82-iconv php82-zip
COPY ./etc/php/php.ini ${PHP_INI_DIR}/conf.d/php.ini

COPY composer.json composer.lock artisan ./
COPY app/ ./app/
Expand Down

0 comments on commit 63d33f6

Please sign in to comment.