diff --git a/Dockerfile b/Dockerfile index c995eb92..5de098f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di RUN docker-php-ext-install pdo pdo_mysql zip gd WORKDIR /app COPY . /app -RUN php artisan clear-compiled + RUN composer install +RUN php artisan clear-compiled RUN composer update --no-scripts COPY wait.sh /usr/local/bin/wait.sh