Skip to content

Commit

Permalink
RUN yarn workspaces focus --production in builder as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed May 29, 2024
1 parent c59f57e commit 83455dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ENV VITE_SLACK_APP_SUPABASE_ANON_KEY=$VITE_SLACK_APP_SUPABASE_ANON_KEY

RUN yarn install
RUN yarn build
RUN yarn workspaces focus --production

COPY . .

Expand Down

0 comments on commit 83455dd

Please sign in to comment.