ifiguero 2024-03-10 12:44:47 -03:00
parent 24a704fea9
commit 751cece4c2
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
FROM dev.ilab.cl/tdtp/tdtp_admin:latest FROM dev.ilab.cl/tdtp/tdtp_admin:latest
COPY background_gtfs.py /srv/gtfs_feed.py
ENTRYPOINT ["python3"] ENTRYPOINT ["python3"]
CMD ["/srv/gtfs_feed.py"] CMD [ "/srv/project/manage.py", "procesa_zip" ]