Skip to content

Commit

Permalink
Chore: Remove unneeded copy on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Nov 10, 2024
1 parent e80bf46 commit 4dbf8ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ FROM builder-core AS builder-client
ARG NODE_ENV
ARG ROOT_URL

COPY packages/ui/ /app/packages/ui/

COPY apps/homepage/ /app/apps/homepage/
RUN yarn homepage codegen && yarn homepage build

Expand All @@ -115,8 +113,6 @@ RUN yarn renderer build

FROM builder-core AS builder-plugin

COPY packages/ui/ /app/packages/ui/

COPY plugins/google-slides/ /app/plugins/google-slides/
RUN yarn workspace @repo/plugin-google-slides build

Expand Down

0 comments on commit 4dbf8ac

Please sign in to comment.