need to copy dist from builder
Some checks failed
gds-mock-mcp Docker Build / build (push) Failing after 11m3s
Some checks failed
gds-mock-mcp Docker Build / build (push) Failing after 11m3s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user