Almost the same as Import osm data in Docker postgresql BUT I want to load the osm data into the postgres via osm2pgsql during the docker build phase.
The reason for this are:
- I only want to load a fixed osm file inside my postgres, meaning this data will not change.
- I want to reuse this docker image as many times as possible.
- It is not possible to mount any volume with my current environment.
I know that this will make the docker image big but that is something I already took into consideration.