Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
|
5 |
# Use the official Node.js image as the base
|
6 |
-
FROM node:
|
7 |
|
8 |
# Set working directory
|
9 |
WORKDIR /usr/src/app
|
|
|
3 |
|
4 |
|
5 |
# Use the official Node.js image as the base
|
6 |
+
FROM node:18
|
7 |
|
8 |
# Set working directory
|
9 |
WORKDIR /usr/src/app
|