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

master
dorian.hodin 2 years ago
parent 6a6dcabf86
commit abc8ba75fa

@ -5,4 +5,5 @@ COPY ./script /var/www/html
WORKDIR /var/www/html/Config
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer update && composer install
RUN php -S localhost:8888 index.php &
RUN php -S localhost:8888 blanc.php &
EXPOSE 8888
Loading…
Cancel
Save