ifiguero 2024-03-10 01:15:11 -03:00
parent 42afbdc590
commit 036261e2b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN useradd -m app
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/proto_backend /srv
EXEC echo apscheduler >> /srv/requirements.txt
RUN echo apscheduler >> /srv/requirements.txt
COPY fetch.backend_proto.py /srv/fetch.py