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"]