require slim; create slim app
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lexi / Zoe 2020-06-28 18:16:06 +02:00
parent 9095a604a2
commit c344dce8eb
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 643 additions and 5 deletions

View file

@ -2,6 +2,7 @@ FROM php:7.4-apache AS base
WORKDIR /var/www
RUN a2enmod rewrite
RUN sed -ri -e 's!/var/www/html!/var/www/public!g' /etc/apache2/sites-available/*.conf