diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index b12cfe6..8961cca 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,4 +1,4 @@ FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y -RUN docker-php-ext-install mysqli +RUN uname -r COPY ./script /var/www/html \ No newline at end of file