morph deploy
from a local environment, please update your Dockerfile as follows:
morph_project.yml
Updatemorph_project.yml
has been changed. Please refer to this reference for details.
morph-data~=0.3
, run the following command
api/app.py
file in the .morph/core/morph
directory created in the local environment to the deployment environment, to executing files installed as a package.
As a result, the entry point in the dockerfile has also changed for v0.2.0 and later when executing morph deploy
.
With the v0.2.0 changes, the CMD command generated by the morph new
command in the Dockerfile has been updated, so if you are using previous versions, please update your CMD command.
/static
Directory/static
directory was added to host static files. Files placed under /static
can be accessed from the frontend application.
/static
directory.
<LLM />
and <Chat />
Componentsmorph new
command will be initialized with the following structure: