File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- PORT = 4005
1
+ PORT = 4000
2
2
S3_BUCKET = test
3
3
S3_REGION = auto
4
4
S3_ENDPOINT = https://storage.vdaily.app
Original file line number Diff line number Diff line change 1
- 16.14 .2
1
+ 18.20 .2
Original file line number Diff line number Diff line change 1
- FROM node:16.14 .2-alpine AS builder
1
+ FROM node:18.20 .2-alpine AS builder
2
2
RUN apk add --no-cache libc6-compat
3
- RUN npm i -g pnpm@8.2.0
3
+ RUN npm i -g pnpm@9.15.4
4
4
5
5
# Create app directory
6
6
WORKDIR /app
@@ -11,9 +11,9 @@ RUN pnpm install
11
11
COPY . .
12
12
RUN npm run build
13
13
14
- FROM node:16.14 .2-alpine
14
+ FROM node:18.20 .2-alpine
15
15
RUN apk add --no-cache libc6-compat
16
- RUN npm i -g pnpm@8.2.0
16
+ RUN npm i -g pnpm@9.15.4
17
17
WORKDIR /app
18
18
COPY --from=builder /app/node_modules ./node_modules
19
19
COPY --from=builder /app/package*.json ./
You can’t perform that action at this time.
0 commit comments