Skip to content

Commit d607e72

Browse files
author
Miguel Leon
committed
revert docker changes
1 parent dcac5e1 commit d607e72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VOLUME /db
2222
# Setting up postgresql database
2323
RUN 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

2727
RUN cd ODM2-Admin && latest=$(git describe --tags) && git checkout ${latest}
2828

docker/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ su - postgres -c 'pg_restore -d odm2_db -1 -v "../ODM2AdminExamplePostgresqlDB"'
88
su - postgres -c "psql -U postgres -d postgres -c \"alter user postgres with password 'test';\""
99

1010
echo "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

0 commit comments

Comments
 (0)