mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-29 01:04:21 +00:00
fix build error
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user