From 1c40e123a41bc5e36c5be1ee415c99caff8b5675 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Tue, 22 Nov 2022 18:26:56 +0100 Subject: [PATCH] Dockerfile last update --- .idea/dafl_music.iml | 13 + .idea/libraries/Dart_Packages.xml | 692 ------------------------------ .idea/misc.xml | 6 + .idea/modules.xml | 2 +- Sources/php_script/Dockerfile | 1 + 5 files changed, 21 insertions(+), 693 deletions(-) create mode 100644 .idea/dafl_music.iml delete mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/misc.xml diff --git a/.idea/dafl_music.iml b/.idea/dafl_music.iml new file mode 100644 index 0000000..9f5b22b --- /dev/null +++ b/.idea/dafl_music.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index f8237c9..0000000 --- a/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,692 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 85c8ded..c753441 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index 4d745e9..f9e352b 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -1,2 +1,3 @@ FROM php:8.1-apache +RUN apt-get install -y php-mysqli COPY ./script /var/www/html