Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 467 Bytes

qd platform

There is a Makefile to help you work with qd-platform:

To build Docker image:

$ make build

To run platform in development mode:

$ make run-dev

To run platform in production mode:

$ make run

This will run platform container, which will be removed automatically after you stop it. You can use usual docker stop or docker restart to handle this container.

By default, $ make will build and run the platform in production mode.