1
1
Derivar 0
réplica de https://github.com/Qoyyuum/Forex-MT5-Bot.git sincronizado 2026-02-23 07:53:17 +00:00
Forex-MT5-Bot/cron/Dockerfile
2021-09-25 11:43:06 +08:00

12 linhas
176 B
Docker

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