Skip to content

Commit 7307d87

Browse files
committed
source pnpm
1 parent 1921bf5 commit 7307d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ COPY . .
44
ENV SHELL=bash
55
RUN curl -fsSL https://get.pnpm.io/install.sh | sh -
66
RUN cd browser && pnpm install && pnpm run build
7+
RUN source /root/.bashrc
78
RUN cd ..
89
# git-fetch-with-cli is a CI bugfix, we should be able to remove it later
910
RUN cargo build --release --bin atomic-server --config net.git-fetch-with-cli=true

0 commit comments

Comments
 (0)