Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -32,6 +32,8 @@ RUN ls -a
|
|
32 |
# Loading Dependencies
|
33 |
RUN npm install
|
34 |
|
|
|
|
|
35 |
# RUN npm audit fix
|
36 |
|
37 |
RUN npm run dev
|
|
|
32 |
# Loading Dependencies
|
33 |
RUN npm install
|
34 |
|
35 |
+
RUN npm install -g [email protected]
|
36 |
+
|
37 |
# RUN npm audit fix
|
38 |
|
39 |
RUN npm run dev
|