Run composer install
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler 2020-12-21 03:30:58 -05:00
parent e60376d39a
commit 70523f5c22

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