reverse
parent
2af2ea3fd7
commit
507fdf015a
|
@ -8,10 +8,10 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/
|
||||||
|
|
||||||
RUN echo apscheduler >> /srv/requirements.txt
|
RUN echo apscheduler >> /srv/requirements.txt
|
||||||
|
|
||||||
COPY fetch.backend_proto.py /srv/fetch.py
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r /srv/requirements.txt
|
RUN pip install --no-cache-dir -r /srv/requirements.txt
|
||||||
|
|
||||||
|
COPY fetch.backend_proto.py /srv/fetch.py
|
||||||
|
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
|
|
||||||
RUN chown -R app:app /srv
|
RUN chown -R app:app /srv
|
||||||
|
|
Loading…
Reference in New Issue