mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
10 lines
303 B
Docker
10 lines
303 B
Docker
FROM hub.madelineproto.xyz/danog/madelineproto:latest
|
|
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
|
|
|
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /usr/local/bin/docker-compose-wait
|
|
|
|
EXPOSE 9503
|
|
|
|
ENTRYPOINT ["./entrypoint.sh"]
|