diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] |
