Skip to content
Snippets Groups Projects
Commit 2739e178 authored by Konstantinos Samaras-Tsakiris's avatar Konstantinos Samaras-Tsakiris
Browse files

Update Dockerfile

parent b1c7fdbf
No related branches found
No related tags found
No related merge requests found
Pipeline #2695630 passed
......@@ -85,7 +85,7 @@ RUN set -eux; \
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION}
# RUN composer clearcache; composer require drush/drush ${DRUSH_VERSION}; composer install;
# ENV PATH=$PATH:/tmp/drush/vendor/bin
COPY ./s2i/bin/ /usr/libexec/s2i/
COPY ./php-fpm/fix-permissions /fix-permissions
RUN chmod -R +x /usr/libexec/s2i/; \
chmod +x /fix-permissions
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment