Epikcoder
commited on
Commit
·
044a7c6
1
Parent(s):
60e5f9b
varo gendeng
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
-
|
3 |
|
4 |
# Set the working directory
|
5 |
WORKDIR /app
|
|
|
1 |
+
FROM node:18.20.4-alpine3.20
|
|
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|