Skip to content

Commit

Permalink
Remove unused manipulation of /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
willaerk committed Sep 17, 2024
1 parent d154b42 commit 6a5acff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
APPCONFIG_ROOTDIR=${APPCONFIG:-'../appconfig'}
GEOJSON_DATA_ROOTDIR=${GEOJSON_DATA:-'../geojson-data'}

#if ! grep -q "host.docker.internal" /etc/hosts; then
# echo "host.docker.internal has to be in your hosts-file, to add you need sudo privileges"
# sudo sh -c 'echo "127.0.0.1 host.docker.internal" >> /etc/hosts'
#fi

DIR="${APPCONFIG_ROOTDIR}/files/uitdatabank/docker/udb3-search-service/"
if [ -d "$DIR" ]; then
cp -R "$DIR"/* .
Expand Down

0 comments on commit 6a5acff

Please sign in to comment.