Epikcoder
commited on
Commit
·
2cfe73a
1
Parent(s):
9ce4824
varo gendeng
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|
|
|
1 |
+
FROM node:20.3.0-alpine3.16
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|