-
Enhancements
- Docker
- Reduced the image size by optimizing docker file.
- Images are pulled from Docker Hub instead of building locally.
- Containers are transient and build files are stored in docker volumes.
- NERVES_BR_DL_DIR is mounted as a host volume instead of a docker volume.
- Docker
-
Bug Fixes
- Docker
- Fixed issue where moving the project location on the host would require
the container to be force deleted.
- Fixed issue where moving the project location on the host would require
- Docker