From 90260b0efac764b4c5649c151de0cc62799b4e92 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Thu, 13 Feb 2025 22:17:18 +0530 Subject: [PATCH] Comments --- .github/repo-templates/d/actions-build.Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/repo-templates/d/actions-build.Dockerfile b/.github/repo-templates/d/actions-build.Dockerfile index 1e84397..55f2612 100644 --- a/.github/repo-templates/d/actions-build.Dockerfile +++ b/.github/repo-templates/d/actions-build.Dockerfile @@ -25,5 +25,8 @@ RUN if [ "$BUILD_STEP" = "bundle" ]; then \ pnpm store prune; \ fi; +#For single step: +# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \ + EXPOSE 4225 CMD ["pnpm", "start-server"]