Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM nikolaik/python-nodejs:python3.10-nodejs20
|
|
3 |
RUN corepack enable
|
4 |
USER root
|
5 |
RUN mkdir /app
|
6 |
-
RUN
|
7 |
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
8 |
WORKDIR /app/Narratium
|
9 |
RUN pnpm install
|
|
|
3 |
RUN corepack enable
|
4 |
USER root
|
5 |
RUN mkdir /app
|
6 |
+
RUN chmod -R 777 /app
|
7 |
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
8 |
WORKDIR /app/Narratium
|
9 |
RUN pnpm install
|