1
1
Çatalla 0
şunun yansıması https://github.com/Qoyyuum/Forex-MT5-Bot.git eşitlenme: 2026-04-11 01:40:57 +00:00
Forex-MT5-Bot/cron/Dockerfile

12 satır
176 B
Text
Ham Kalıcı Bağlantı Normal Görünüm Geçmiş

2021-09-25 11:43:06 +08:00
FROM ubuntu:latest
ADD crontab /etc/cron.d/python-cron
RUN chmod +x /etc/cron.d/python-cron
RUN touch /var/log/cron.log
RUN apt update -y
RUN apt install cron -y
CMD cron