Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CatStudioApp authored Aug 12, 2024
1 parent 609464f commit ce29c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ RUN mkdir /home/circleci/store; \

RUN echo $0

ENV SHELL /bin/bash
ENV SHELL="/bin/bash"

RUN pnpm setup
RUN source /home/circleci/.bashrc

RUN pnpm config set script-shell /bin/bash

Expand Down

0 comments on commit ce29c27

Please sign in to comment.