diff --git a/Containerfile b/Containerfile index 51f0222..d57b734 100644 --- a/Containerfile +++ b/Containerfile @@ -4,4 +4,4 @@ WORKDIR /code COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY ./ /code -RUN composer install \ No newline at end of file +RUN composer install