Skip to content
Snippets Groups Projects
Commit 2ccb92b2 authored by Alex's avatar Alex
Browse files

correct Docker file to install laravel horizon

parent 20237cd9
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5687 passed
......@@ -5,7 +5,7 @@ FROM cylab/php74 AS composer
COPY . /var/www/html
WORKDIR /var/www/html
# RUN composer install --no-dev --optimize-autoloader
RUN composer install --optimize-autoloader
RUN composer install --optimize-autoloader --ignore-platform-reqs
# RUN pecl install redis && docker-php-ext-enable redis
#### Step 2 : node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment