diff --git a/.github/repo-templates/d/actions-build.Dockerfile b/.github/repo-templates/d/actions-build.Dockerfile index 55f2612..5126c7f 100644 --- a/.github/repo-templates/d/actions-build.Dockerfile +++ b/.github/repo-templates/d/actions-build.Dockerfile @@ -26,7 +26,11 @@ RUN if [ "$BUILD_STEP" = "bundle" ]; then \ fi; #For single step: -# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \ +# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \ +# echo "BUILD version $PUBLIC_BUILD_VERSION"; \ +# pnpm install && \ +# pnpm build-storybook; \ +# fi EXPOSE 4225 CMD ["pnpm", "start-server"]