Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChickenSellerRED committed Feb 16, 2024
1 parent db5787d commit 759153b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ COPY . .

RUN pip install -r requirements.txt

<<<<<<< HEAD
RUN ls

RUN chmod +x /app/inituser_and_start.sh

CMD ["./app/inituser_and_start.sh"]
=======
RUN chmod +x /app/inituser_and_start.sh

CMD ["./inituser_and_start.sh"]
>>>>>>> 5336d8cbb43d02384e2ba0e67982f8b5efe19783

2 changes: 1 addition & 1 deletion conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mapping:
user_id: String(50)
name: geomts_users
database1:
nickname: 'local'
nickname: 'local db'
dbms: 'postgresql'
host: 'db'
port: 5432
Expand Down
2 changes: 1 addition & 1 deletion inituser_and_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ wget
lsb_release
gnupg
service postgresql start
/etc/postgresql/{version}/main/pg_hba.conf
/etc/postgresql/{version}/main/pg_hba.
1 change: 0 additions & 1 deletion viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from script.import_hub_main import import_page
import geopandas as gpd
from shapely import wkb
from st_btn_select import st_btn_select


from script.query_history import query_history
Expand Down

0 comments on commit 759153b

Please sign in to comment.