Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN mkdir -p /app/lib/database && chown -R node:node /app/lib
|
|
| 30 |
|
| 31 |
# Set permissions for the /app directory to allow writing
|
| 32 |
RUN chmod -R 777 /app
|
| 33 |
-
|
| 34 |
# Install dependencies
|
| 35 |
RUN npm install node-cache
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
# Set permissions for the /app directory to allow writing
|
| 32 |
RUN chmod -R 777 /app
|
| 33 |
+
RUN npm install -g npm@latest
|
| 34 |
# Install dependencies
|
| 35 |
RUN npm install node-cache
|
| 36 |
|