Skip to content

Commit

Permalink
Fix docs build (#6238)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol authored Aug 25, 2021
1 parent 2052b2e commit 7bc0dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ WORKDIR /var/www
COPY . .

RUN yarn install \
&& yarn build:core \
&& yarn build:ct:api-client
&& yarn build:ct:tools

RUN cd packages/core/docs \
&& yarn install \
Expand Down

0 comments on commit 7bc0dd9

Please sign in to comment.