TelegramApiServer/Dockerfile
2024-05-27 17:05:36 +02:00

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"]