Closed tomkralidis closed 1 year ago
There is no need for this: the Dockerfile does not include any content: no Notebooks, no data: https://github.com/geopython/geopython-workshop/blob/master/workshop/jupyter/Dockerfile
In the docker-compose.yml the entire content dir, thus alsocontent/data is mounted into the running Container: https://github.com/geopython/geopython-workshop/blob/master/workshop/docker-compose.yml#L10.
content
content/data
Reverted.
There is no need for this: the Dockerfile does not include any content: no Notebooks, no data: https://github.com/geopython/geopython-workshop/blob/master/workshop/jupyter/Dockerfile
In the docker-compose.yml the entire
content
dir, thus alsocontent/data
is mounted into the running Container: https://github.com/geopython/geopython-workshop/blob/master/workshop/docker-compose.yml#L10.