Try to deploy 3, change Dockerfile
continuous-integration/drone/push Build is passing Details

master
dohodin 2 years ago
parent 4a66c343ef
commit 1855a2b288

@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git zip
COPY . /var/www/html COPY . /var/www/html
WORKDIR /var/www/html/Config WORKDIR /var/www/html/Config
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer update && composer install RUN composer update --no-autoloader && composer install --no-autoloader
RUN a2enmod rewrite RUN a2enmod rewrite
RUN a2enmod actions RUN a2enmod actions
RUN service apache2 restart RUN service apache2 restart

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">

Loading…
Cancel
Save