This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ RUN corepack prepare yarn@stable --activate
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=dependencies /app .
|
COPY --from=dependencies /app .
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build # Replace with your build command
|
RUN yarn build
|
||||||
|
|
||||||
# --- Stage 3: Runner ---
|
# --- Stage 3: Runner ---
|
||||||
FROM node:20-alpine AS runner
|
FROM node:20-alpine AS runner
|
||||||
|
|||||||
Reference in New Issue
Block a user