Fix PC Load Letter Error

This commit is contained in:
2025-05-09 10:33:55 -04:00
parent f74d7f3895
commit 3e232ab198

View File

@@ -17,7 +17,7 @@ FROM php:8.4.6-alpine AS php
# Move the production PHP configuration file to the default location
RUN mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini \
&& apk add libpq-dev linux-headers --no-cache \
&& docker-php-ext-install pdo_pgsql sockets \
&& docker-php-ext-install sockets \
&& rm -rf /var/cache/apk/*
# Set the working directory to /app