update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# ==== CONFIGURE =====
|
2 |
-
# Use a Node
|
3 |
-
FROM node:
|
4 |
# Set the working directory to /code inside the container
|
5 |
WORKDIR /code
|
6 |
# Copy app files
|
|
|
1 |
# ==== CONFIGURE =====
|
2 |
+
# Use a Node 18 base image
|
3 |
+
FROM node:18
|
4 |
# Set the working directory to /code inside the container
|
5 |
WORKDIR /code
|
6 |
# Copy app files
|