need to copy dist from builder
Some checks failed
gds-mock-mcp Docker Build / build (push) Failing after 11m3s

This commit is contained in:
2026-04-12 01:00:39 -05:00
parent aac41d9e8f
commit 65ef84d47d

View File

@@ -27,7 +27,7 @@ WORKDIR /app
COPY --from=builder --chown=gds:gds /app/node_modules ./node_modules COPY --from=builder --chown=gds:gds /app/node_modules ./node_modules
# Copy application source # Copy application source
COPY --chown=gds:gds dist ./dist COPY --from=builder --chown=gds:gds /app/dist ./dist
COPY --chown=gds:gds package.json ./ COPY --chown=gds:gds package.json ./
# Set environment variables # Set environment variables