Back up to latest changes

This commit is contained in:
James Ketr 2025-05-28 16:37:09 -07:00
parent 474bbbed52
commit a8a8d3738d
2 changed files with 5 additions and 2 deletions

View File

@ -248,9 +248,12 @@ ENV SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
ENV SYCL_CACHE_PERSISTENT=1
ENV PATH=/opt/backstory:$PATH
ENTRYPOINT [ "/entrypoint.sh" ]
FROM backstory AS backstory-prod
COPY /src/ /opt/backstory/src/
ENTRYPOINT [ "/entrypoint.sh" ]
FROM ubuntu:oracular AS ollama

View File

@ -39,7 +39,7 @@ services:
build:
context: .
dockerfile: Dockerfile
target: backstory
target: backstory-prod
#image: backstory
container_name: backstory-prod
restart: "always"