Each Docker container that contains microservice's data and is used to run the microservice should use the predefined folder structure:
- /usr/app/src - for storing application's source code
- /usr/app/scripts - for storing application's bootstrapping scripts
- /usr/app/private - for storing application's private data (like application keys, passwords etc.)
- /usr/app/shared - for serving a shared volume