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

Update Dockerfile to solve issue in redis extension installation

parent 4cb89b4a
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5538 passed
......@@ -6,7 +6,7 @@ COPY . /var/www/html
WORKDIR /var/www/html
# RUN composer install --no-dev --optimize-autoloader
RUN composer install --optimize-autoloader
RUN sudo pecl install redis
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