Epikcoder
commited on
Commit
·
9ce4824
1
Parent(s):
044a7c6
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:latest
|
2 |
|
3 |
# Set the working directory
|
4 |
WORKDIR /app
|