...
The steps to start the API server that
- Clone the code from the repository (if you haven't cloned it before).
Run the following command to start the API-server:
Code Block docker run mehmoodasif/NAME-OF-API-SERVER -p HOST-PORT-NUMBER:CONTAINER-PORT-NUMBER # python NAME-OF-API-SERVER.py --port PORT-NUMBER
...