ZSCGR commited on
Commit
b838b6f
·
verified ·
1 Parent(s): b03c295

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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