ifiguero 2024-03-09 22:28:57 -03:00
parent 6130a6c2eb
commit fc8a67a550
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/
RUN pip install -r /srv/requirements.txt
RUN copy settings.paradero_backend.py /srv/project/settings.py
COPY settings.paradero_backend.py /srv/project/settings.py
RUN chown -R app:app /srv