opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

mount also source code in docker #168

Closed saroele closed 7 years ago

saroele commented 7 years ago

We need to mount one level higher in order to get access to the source code. This is required for running eg tests in a docker container.

Probably as simple as changing WORKDIR /usr/local/opengrid/notebooks to WORKDIR /usr/local/opengrid in the Dockerfile.dev.