patxh2
parent
1f3a92b6f5
commit
89795fcbeb
|
|
@ -10,12 +10,9 @@ RUN pip install -r /srv/requirements.txt
|
||||||
|
|
||||||
RUN sed -i -e '/localhost/d' \
|
RUN sed -i -e '/localhost/d' \
|
||||||
-e '/hz.kursor.cl/d' \
|
-e '/hz.kursor.cl/d' \
|
||||||
\
|
|
||||||
-e '125i "127.0.0.1:4010"' \
|
|
||||||
-e '125i "paradero.tdt-dev.ilab.cl",' \
|
-e '125i "paradero.tdt-dev.ilab.cl",' \
|
||||||
-e '29i "127.0.0.1:4010"' \
|
|
||||||
-e '29i "paradero.tdt-dev.ilab.cl",' \
|
-e '29i "paradero.tdt-dev.ilab.cl",' \
|
||||||
\
|
# \
|
||||||
# -e '/DEBUG/s/True/False/' \
|
# -e '/DEBUG/s/True/False/' \
|
||||||
# -e 's/SECRET_KEY.*$/SECRET_KEY="$SECRET_KEY"/g' \
|
# -e 's/SECRET_KEY.*$/SECRET_KEY="$SECRET_KEY"/g' \
|
||||||
# -e 's/USE_TZ.*$/USE_TZ=True/g' \
|
# -e 's/USE_TZ.*$/USE_TZ=True/g' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue