Epikcoder
commited on
Commit
·
28104ad
1
Parent(s):
2cfe73a
varo gendeng
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:20
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|
|
|
1 |
+
FROM node:20-alpine
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|