Docker: with short sha

This commit is contained in:
Wayne
2025-08-03 13:26:40 +03:00
parent a18e34a486
commit d47f0c5b08
2 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN pnpm install --shamefully-hoist --frozen-lockfile --prod=false
# Copy the rest of the source code
COPY . .
# Build packages in order.
# Build all packages.
RUN pnpm build
# 2. Production Stage: Install only production dependencies and copy built artifacts