mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Docker update
This commit is contained in:
parent
af3962ec4f
commit
fb805c5aee
@ -11,6 +11,7 @@ RUN echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/php.ini \
|
||||
&& apt-get autoremove -y \
|
||||
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
|
||||
&& composer global require hirak/prestissimo
|
||||
&& composer install -o --no-dev
|
||||
|
||||
VOLUME ["/app/sessions"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user