Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@ RUN corepack enable
|
|
5 |
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
6 |
WORKDIR /app/Narratium
|
7 |
RUN pnpm install
|
|
|
8 |
|
9 |
|
10 |
|
|
|
5 |
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
6 |
WORKDIR /app/Narratium
|
7 |
RUN pnpm install
|
8 |
+
RUN pnpm list --pending
|
9 |
|
10 |
|
11 |
|