|
|
@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
|
|
&& service apache2 restart \
|
|
|
|
&& service apache2 restart \
|
|
|
|
&& git clone https://github.com/jikan-me/jikan-rest.git . \
|
|
|
|
&& git clone https://github.com/jikan-me/jikan-rest.git . \
|
|
|
|
&& composer install --prefer-dist --no-progress --no-suggest --classmap-authoritative --no-interaction \
|
|
|
|
&& composer install --prefer-dist --no-progress --no-suggest --classmap-authoritative --no-interaction \
|
|
|
|
|
|
|
|
&& composer update jikan-me/jikan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ADD .env /run-jikan.sh ./
|
|
|
|
ADD .env /run-jikan.sh ./
|
|
|
|