removed static props for PageAlert
This commit is contained in:
@@ -25,7 +25,7 @@ RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /usr/app
|
||||
|
||||
COPY --from=builder /usr/app/out/json/ .
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install
|
||||
|
||||
# Build the project
|
||||
COPY --from=builder /usr/app/out/full/ .
|
||||
|
||||
Reference in New Issue
Block a user