summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f438fa..7f1b700 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,7 @@ RUN apt-get update
RUN apt-get install -y libstdc++6
COPY prompt /app/prompt
+COPY context.txt /app/context.txt
COPY models/ /app/models/
-# ENTRYPOINT ["bash"]
+ENTRYPOINT ["bash"]