Skip to content

Commit 3d932d5

Browse files
authored
1 parent cb26a3a commit 3d932d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine as build-stage
1+
FROM node:20-alpine AS build-stage
22

33
WORKDIR /app
44
RUN corepack enable
@@ -11,7 +11,7 @@ COPY . .
1111
RUN pnpm build
1212

1313
# SSR
14-
FROM node:20-alpine as production-stage
14+
FROM node:20-alpine AS production-stage
1515

1616
WORKDIR /app
1717

0 commit comments

Comments
 (0)