From b44487c18e61eac5c06ad6423959d1a77ce69cdb Mon Sep 17 00:00:00 2001 From: Lucid Date: Fri, 5 Dec 2025 23:01:21 -0500 Subject: [PATCH] remove in-line comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4e5960..e6a9420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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