Run composer install
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2020-12-21 03:30:58 -05:00
parent e60376d39a
commit 70523f5c22
1 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ COPY . /app
WORKDIR /app
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer install