retry
This commit is contained in:
@@ -51,14 +51,7 @@ COPY . .
|
|||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN set -a \
|
RUN dotenv -e .env.local -- pnpm build
|
||||||
&& . .env \
|
|
||||||
&& . .env.production \
|
|
||||||
&& . .env.staging \
|
|
||||||
&& set +a \
|
|
||||||
&& node check-env.js \
|
|
||||||
&& pnpm build
|
|
||||||
|
|
||||||
|
|
||||||
# --- Stage 2: Runtime ---
|
# --- Stage 2: Runtime ---
|
||||||
FROM node:24-alpine
|
FROM node:24-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user