TelegramApiServer/Dockerfile

10 lines
303 B
Docker
Raw Normal View History

2024-05-23 18:28:18 +02:00
FROM hub.madelineproto.xyz/danog/madelineproto:latest
2020-03-09 00:42:17 +01:00
2024-05-23 18:28:18 +02:00
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
2024-05-14 13:39:42 +02:00
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /usr/local/bin/docker-compose-wait
2020-03-09 00:42:17 +01:00
EXPOSE 9503
2024-05-27 17:05:36 +02:00
ENTRYPOINT ["./entrypoint.sh"]