Skip to content

Commit 1733a2f

Browse files
committed
Run pnpm outside of cargo build
1 parent 1dae7be commit 1733a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
7+
RUN cd ..
68
# git-fetch-with-cli is a CI bugfix, we should be able to remove it later
79
RUN cargo build --release --bin atomic-server --config net.git-fetch-with-cli=true
810

0 commit comments

Comments
 (0)