Narratium / Dockerfile
ZSCGR's picture
Update Dockerfile
b03c295 verified
raw
history blame
178 Bytes
FROM nikolaik/python-nodejs:python3.10-nodejs20
RUN corepack enable
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
WORKDIR /app/Narratium
RUN pnpm install