fix(api): package /content into the image so npc content resolves
This commit is contained in:
@@ -17,6 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY api/app ./app
|
||||
COPY api/prompts ./prompts
|
||||
COPY docs/schemas ./schemas
|
||||
COPY content ./content
|
||||
|
||||
# Run as non-root.
|
||||
RUN useradd --create-home --uid 1000 appuser
|
||||
|
||||
Reference in New Issue
Block a user