docker image code location was incorrect

This commit is contained in:
Luke VanderHart
2023-02-14 17:23:01 -08:00
parent 188ecaf620
commit f2269cbb1e

View File

@@ -9,7 +9,7 @@ COPY ./requirements.txt requirements.txt
RUN pip install --no-cache-dir --upgrade -r requirements.txt
COPY ./ /
COPY ./ /chroma
EXPOSE 8000