Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ USER root
|
|
9 |
#ENV PATH="/root/.cargo/bin:${PATH}"
|
10 |
RUN mkdir /app
|
11 |
RUN chmod -R 777 /app
|
12 |
-
RUN git clone https://github.com/Narratium/Narratium.
|
13 |
WORKDIR /app/Narratium
|
14 |
RUN pnpm install
|
15 |
#RUN npm install -g pake-cli
|
|
|
9 |
#ENV PATH="/root/.cargo/bin:${PATH}"
|
10 |
RUN mkdir /app
|
11 |
RUN chmod -R 777 /app
|
12 |
+
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
13 |
WORKDIR /app/Narratium
|
14 |
RUN pnpm install
|
15 |
#RUN npm install -g pake-cli
|