Skip to content

Commit

Permalink
Copy the necessary files from lego-bricks into the built docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
eikhr committed Aug 9, 2023
1 parent e0e8262 commit 13ec697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ ENV RELEASE ${RELEASE}

COPY --from=builder /app/dist dist
COPY --from=builder /app/dist-client dist-client
COPY --from=builder /app/packages/lego-bricks/dist packages/lego-bricks/dist
COPY --from=builder /app/packages/lego-bricks/package.json packages/lego-bricks/package.json
COPY --from=builder /app/package.json .
COPY --from=builder /app/node_modules node_modules

Expand Down

0 comments on commit 13ec697

Please sign in to comment.