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

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