Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
RUN apt update \
|
4 |
-
&& apt install nodejs \
|
5 |
&& npm install pnpm -g
|
6 |
|
7 |
COPY . /app
|
|
|
1 |
+
FROM node:20.14.0
|
2 |
|
3 |
RUN apt update \
|
|
|
4 |
&& npm install pnpm -g
|
5 |
|
6 |
COPY . /app
|