Spaces:
Sleeping
Sleeping
Kuruva Laxmi commited on
Commit ·
a79d1fb
1
Parent(s): 6b49d6e
Change Docker base image to full node:22 to include libcurl for MongoDB memory server
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM node:22
|
| 2 |
|
| 3 |
# Set working directory
|
| 4 |
WORKDIR /app
|
|
|
|
| 1 |
+
FROM node:22
|
| 2 |
|
| 3 |
# Set working directory
|
| 4 |
WORKDIR /app
|