Skip to content

Commit 98487e6

Browse files
committed
Source pnpm fix docker
1 parent 7307d87 commit 98487e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

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

0 commit comments

Comments
 (0)