llama-cpp-python-djs-bot/Dockerfile

10 lines
110 B
Docker
Raw Permalink Normal View History

2023-04-12 14:17:18 +00:00
FROM node:slim
WORKDIR /app
COPY package*.json ./
RUN npm install --omit=dev
COPY . .
CMD node llamabot.js