# Copyright IBM Corp, All Rights Reserved. # # SPDX-License-Identifier: Apache-2.0 # FROM _NS_/cello-baseimage:_TAG_ # use this in development CMD ["python", "restserver.py"] # use this in product #CMD ["gunicorn", "-w", "128", "-b", "0.0.0.0:80", "restserver:app"]