diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 879e3f8d..076b3546 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.2-apache as base RUN docker-php-ext-install pdo pdo_mysql -COPY . /var/www/html/ +COPY ./public /var/www/html/ WORKDIR /var/www/html/ EXPOSE 80 \ No newline at end of file