21-23 / qd-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU Lesser General Public License v3.0


Languages

Language:Dockerfile 70.4%Language:Makefile 28.2%Language:Shell 1.4%