FROM dev.ilab.cl/tdtp/tdtp_admin:latest
COPY background_gtfs.py /srv/gtfs_feed.py
ENTRYPOINT ["python3"]
CMD ["/srv/gtfs_feed.py"]