please be fixed
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m57s

This commit is contained in:
2025-12-05 19:00:12 -05:00
parent 7f33cc3708
commit 645e039a9c

View File

@@ -26,8 +26,8 @@ RUN \
# Rebuild the source code only when needed
FROM base AS builder
WORKDIR /app
# FROM base AS builder
# WORKDIR /app
# COPY --from=deps /app/node_modules ./node_modules
COPY . .