Skip to content

Commit

Permalink
Merge pull request #4087 from webkom/fix-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eikhr committed Aug 10, 2023
2 parents 3f07f02 + d915639 commit e49195f
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 e49195f

Please sign in to comment.