Update 'Sources/config/Dockerfile'
continuous-integration/drone/push Build is failing Details

clean_web
Antoine PEREDERII 1 year ago
parent f9347f0467
commit 455af64c2e

@ -10,9 +10,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN docker-php-ext-install pdo pdo_mysql RUN docker-php-ext-install pdo pdo_mysql
# Installation de l'extension PHP ext-couchbase
RUN docker-php-ext-install couchbase
# Copy configs # Copy configs
COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf
COPY ./config/httpd.conf /etc/apache2/httpd.conf COPY ./config/httpd.conf /etc/apache2/httpd.conf

Loading…
Cancel
Save