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