fix build error

This commit is contained in:
Jack Goh
2018-07-17 17:42:36 +08:00
parent 2560ac185c
commit 5f050e9c74
+2 -1
View File
@@ -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