Skip to content

Commit ca50426

Browse files
committed
Fix NodeJS docker version
1 parent 0818f92 commit ca50426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18 AS frontend
1+
FROM node:20 AS frontend
22
WORKDIR /app
33
COPY frontend/ .
44
RUN npm install && npm run build

0 commit comments

Comments
 (0)