Skip to content

Commit

Permalink
Merge pull request #423 from KNMI/update-script
Browse files Browse the repository at this point in the history
Updated docker compose generate script, it will now make directories
  • Loading branch information
maartenplieger authored Jan 27, 2025
2 parents d034b20 + 6eb619f commit 9424551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docker/docker-compose-generate-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if [ -z "${EXTERNALADDRESS}" ]; then
fi

mkdir -p ${ADAGUC_DATASET_DIR}
mkdir -p ${ADAGUC_DATA_DIR}
mkdir -p ${ADAGUC_AUTOWMS_DIR}


rm .env
Expand Down

0 comments on commit 9424551

Please sign in to comment.