Cleanup root folder (fixes #110)
This commit is contained in:
parent
c1c6c2dd97
commit
f9203706f7
21 changed files with 17 additions and 17 deletions
|
@ -7,7 +7,7 @@ RUN docker-php-ext-install intl
|
|||
RUN docker-php-ext-install zip
|
||||
RUN a2enmod rewrite
|
||||
RUN curl -sS https://getcomposer.org/installer | php
|
||||
COPY php.ini /usr/local/etc/php/
|
||||
COPY resources/php.ini /usr/local/etc/php/
|
||||
COPY . /var/www/html/
|
||||
RUN php composer.phar install --prefer-dist
|
||||
RUN npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue