ZSCGR commited on
Commit
c7179da
·
verified ·
1 Parent(s): f005901

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -5,7 +5,5 @@ RUN corepack enable
5
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
6
  WORKDIR /app/Narratium
7
  RUN pnpm install
8
- RUN pnpm run dev
9
-
10
-
11
 
 
 
5
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
6
  WORKDIR /app/Narratium
7
  RUN pnpm install
 
 
 
8
 
9
+ CMD["pnpm", "run", "dev"]