error in login
Deploy / deploy (push) Successful in 1m24s

This commit is contained in:
2026-05-07 19:48:25 +02:00
parent 1fdaef7695
commit c7c11df629
4 changed files with 41 additions and 6 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
FROM php:8.2-fpm
RUN docker-php-ext-install pdo pdo_mysql
RUN apt-get update && apt-get install -y libcurl4-openssl-dev && \
docker-php-ext-install pdo pdo_mysql curl && \
mkdir -p /tmp/sessions && \
chmod 777 /tmp/sessions
COPY docker/php.ini /usr/local/etc/php/conf.d/neptune.ini
WORKDIR /var/www/backend