Spaces:
Sleeping
Sleeping
Trần Viết Sơn
commited on
Commit
•
3a37935
1
Parent(s):
b3e0c25
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official Node.js runtime as a parent image
|
2 |
-
FROM node:22
|
3 |
|
4 |
# Set the working directory
|
5 |
WORKDIR /app
|
|
|
1 |
# Use an official Node.js runtime as a parent image
|
2 |
+
FROM node:22.4.0
|
3 |
|
4 |
# Set the working directory
|
5 |
WORKDIR /app
|