Skip to content

Commit

Permalink
Add pdo_mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent 7a42eac commit d0defa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN set -eux; \
zip \
apcu \
opcache \
pdo_mysql \
;

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down Expand Up @@ -108,7 +109,7 @@ CMD ["nginx", "-g", "daemon off;"]
FROM armaforces_web_php AS armaforces_web_php_dev

ENV APP_ENV=dev
VOLUME /www/app/var/
#VOLUME /www/app/var/

RUN rm $PHP_INI_DIR/conf.d/app.prod.ini; \
mv "$PHP_INI_DIR/php.ini" "$PHP_INI_DIR/php.ini-production"; \
Expand Down

0 comments on commit d0defa6

Please sign in to comment.