feat: bootstrap Lingma from latest marketplace VSIX
This commit is contained in:
@@ -12,4 +12,4 @@ COPY app /app/app
|
||||
|
||||
EXPOSE 8317
|
||||
|
||||
CMD ["sh", "-c", "uvicorn app.main:app --host ${HOST:-0.0.0.0} --port ${PORT:-8317}"]
|
||||
CMD ["sh", "-c", "python /app/app/bootstrap_lingma.py && uvicorn app.main:app --host ${HOST:-0.0.0.0} --port ${PORT:-8317}"]
|
||||
|
||||
Reference in New Issue
Block a user