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 c42f30f commit 14a883c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/Dockerfile.seeder
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
FROM composer:2 AS migrate
WORKDIR /app

USER root
RUN apk add --no-cache php82-pdo_pgsql php82-pgsql php82-pecl-redis php82-iconv php82-zip

USER nobody

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

0 comments on commit 14a883c

Please sign in to comment.