Update Dockerfile
Browse files- 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"]
|