File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ VOLUME /db
2222# Setting up postgresql database
2323RUN apt-get update --fix-missing && apt-get install -y postgresql postgresql-client postgresql-contrib postgis
2424
25- RUN git clone -b miguelworking "https://github.com/miguelcleon /ODM2-Admin"
25+ RUN git clone "https://github.com/lsetiawan /ODM2-Admin"
2626
2727RUN cd ODM2-Admin && latest=$(git describe --tags) && git checkout ${latest}
2828
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ su - postgres -c 'pg_restore -d odm2_db -1 -v "../ODM2AdminExamplePostgresqlDB"'
88su - postgres -c " psql -U postgres -d postgres -c \" alter user postgres with password 'test';\" "
99
1010echo " Running server..."
11- python /ODM2-Admin/manage.py runserver 127 .0.0.1 :8010
11+ python /ODM2-Admin/manage.py runserver 0 .0.0.0 :8010
You can’t perform that action at this time.
0 commit comments