ove / ove-asset-services

Asset Management for OVE
MIT License
1 stars 1 forks source link

Docker build instructions are inaccurate #51

Closed senakafdo closed 5 years ago

senakafdo commented 5 years ago

Currently we have Alternatively, you can use docker. Each package has its own docker image, which can be build by executing the build script or docker-compose directly.

However, we don't use docker-compose at all within this project, and we also do not provide instructions on how to run the build scripts. It is probably worth to note that linux tools need to be installed in windows environments in order to run these build scripts.

oserban commented 5 years ago

What needs to be done here is to document better the docker-compose build steps + how to set the system variable.

senakafdo commented 5 years ago

This is fixed in e49cb3b.