Rename blanc.php
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent abc8ba75fa
commit c8f788d1d9

@ -5,5 +5,4 @@ COPY ./script /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 && composer install
RUN php -S localhost:8888 blanc.php & RUN php -S localhost:8888 blanc.php &
EXPOSE 8888
Loading…
Cancel
Save