BO 1.34+6 no data sync

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-12-02 17:59:28 +01:00
parent 67ac1e1ddd
commit c98528d5f0
4 changed files with 84 additions and 1 deletions
+2
View File
@@ -13,6 +13,8 @@ RUN chmod 0644 /etc/cron.d/aitrainer-cron
# Apply cron job
RUN crontab /etc/cron.d/aitrainer-cron
RUN chmod +x /aitrainer_backoffice/cron.sh
RUN pip3 install uwsgi
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt