main
ifiguero 2024-03-09 21:08:42 -03:00
parent 1f3a92b6f5
commit 89795fcbeb
1 changed files with 1 additions and 4 deletions

View File

@ -10,12 +10,9 @@ RUN pip install -r /srv/requirements.txt
RUN sed -i -e '/localhost/d' \
-e '/hz.kursor.cl/d' \
\
-e '125i "127.0.0.1:4010"' \
-e '125i "paradero.tdt-dev.ilab.cl",' \
-e '29i "127.0.0.1:4010"' \
-e '29i "paradero.tdt-dev.ilab.cl",' \
\
# \
# -e '/DEBUG/s/True/False/' \
# -e 's/SECRET_KEY.*$/SECRET_KEY="$SECRET_KEY"/g' \
# -e 's/USE_TZ.*$/USE_TZ=True/g' \