diff --git a/docker/Dockerfile b/docker/Dockerfile index c630732..391584f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /app COPY --from=builder --chown=gds:gds /app/node_modules ./node_modules # Copy application source -COPY --chown=gds:gds dist ./dist +COPY --from=builder --chown=gds:gds /app/dist ./dist COPY --chown=gds:gds package.json ./ # Set environment variables