From 1ecd0006836abb8c8a9343756a705e60e7dda3a6 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 14:54:46 +0100 Subject: [PATCH] Dockerfile update, downloading driver try 11 --- Source/API/Dockerfile | 1 - Source/API/script/config.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 0368774..b12cfe6 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,4 @@ FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install lamp-server -y COPY ./script /var/www/html \ No newline at end of file diff --git a/Source/API/script/config.php b/Source/API/script/config.php index 40160c4..05f8884 100644 --- a/Source/API/script/config.php +++ b/Source/API/script/config.php @@ -15,5 +15,6 @@ try { }catch (PDOException $PDOException){ echo $PDOException->getMessage(); echo $PDOException->getCode(); + phpinfo(); return http_response_code(404); }