diff --git a/Dockerfile b/Dockerfile index 9b12499..8754aea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,6 @@ FROM php:8-fpm-alpine COPY . /app WORKDIR /app -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ No newline at end of file +RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer + +RUN composer install \ No newline at end of file