Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
FROM nikolaik/python-nodejs:python3.10-nodejs20
|
2 |
|
3 |
-
RUN
|
4 |
-
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
5 |
RUN pnpm -v
|
6 |
RUN git clone https://github.com/Narratium/Narratium.ai.git /app
|
7 |
|
|
|
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 |
|