Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN git clone https://github.com/viratxd/prompt-glow-lab-00.git /usr/src/app
|
|
13 |
WORKDIR /usr/src/app
|
14 |
|
15 |
# Install dependencies
|
16 |
-
|
17 |
RUN npm install
|
18 |
|
19 |
|
|
|
13 |
WORKDIR /usr/src/app
|
14 |
|
15 |
# Install dependencies
|
16 |
+
RUN npm install -g npm@11.4.1
|
17 |
RUN npm install
|
18 |
|
19 |
|