From 30db03cc8eff7df5e3fb3fd8708641f2d9521f59 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sat, 6 Jan 2024 20:58:03 +0000 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 3 +-- assets/ollama-prompt.txt | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 assets/ollama-prompt.txt diff --git a/Dockerfile b/Dockerfile index d55a2c6..30e5a0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,7 @@ COPY requirements.txt /tmp/requirements.txt RUN pip install -Ur /tmp/requirements.txt --break-system-packages --no-input WORKDIR /app -COPY main.py /app -COPY cookies.txt /app +COPY ./ /app/ COPY cogs/ /app/cogs/ CMD ["python", "main.py"] diff --git a/assets/ollama-prompt.txt b/assets/ollama-prompt.txt new file mode 100644 index 0000000..e69de29