Skip to content

Commit

Permalink
refactor: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywu6 committed Nov 29, 2023
1 parent f4e557d commit a9cfda9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN eval $(fnm env) \
&& pnpm run bootstrap

RUN eval $(fnm env) \
&& pnpm run ci:javascript \
&& pnpm run ci:python
&& pnpm run ci:check:javascript \
&& pnpm run ci:check:python \
&& pnpm run ci:build

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit a9cfda9

Please sign in to comment.