Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit abfc950

Browse files
committed
fix node ver
1 parent 6ad77d9 commit abfc950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:19 AS builder
1+
FROM node:18 AS builder
22
WORKDIR /app
33
COPY package*.json ./
44
COPY . .
55
RUN yarn run build
66

7-
FROM node:19
7+
FROM node:18
88
WORKDIR /app
99
COPY package* ./
1010
COPY --from=builder ./app/build/src ./build/src

0 commit comments

Comments
 (0)