remove in-line comment
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m26s

This commit is contained in:
2025-12-05 23:01:21 -05:00
parent b67184acfc
commit b44487c18e

View File

@@ -13,7 +13,7 @@ RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=dependencies /app .
COPY . .
RUN yarn build # Replace with your build command
RUN yarn build
# --- Stage 3: Runner ---
FROM node:20-alpine AS runner