diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 89065325..8c4c69e6 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -13,5 +13,4 @@ RUN docker-php-ext-install pdo pdo_mysql COPY . /var/www/ WORKDIR /var/www/ -EXPOSE 80 -RUN composer install \ No newline at end of file +EXPOSE 80 \ No newline at end of file